Need Help for Visual Studio 2005
When I make a new (blank) MFC Application (using the wizard, and with the default settings), and build it, it runs in the Release version without any problems, but when trying to run it in the Debug version, it shows a message box saying that USER32.DLL was moved in memory because MFC80UD.DLL took the address area that was bound for the system DLLs of Windows.
When I tried to recompile, rebuild and run a previous project of mine, developed with VS .NET, but with the exactly the same Project Properties as the new (blank) project, there is no such problem.
My OS is Windows 2000 SP4.
Does anyone have any idea of what may be happening?

