I have an MFC project that was migrated from MSVC++ 6.0 to Visual Studio .NET
2003.
The problem is that whenever I try to do anything that involves generating
C++ code for the resources then Visual Studio .NET crashes. For example, If
I open a dialog box resource, right click and select "Add Variable" -> Crash.
or "Add Class" -> Crash
The problem appears to occur because the project has been migrated from VC++
6.0. Since I can create a *new* MFC application using VS .NET 2003 and
create dialog resources, add classes and member variables etc. etc. with no
problems.
This effectively means that we must continue to use VC++ 6.0 for this
project and cannot migrate it to Visual Studio .NET 2003.