Hello,
I converted an MFC project from Visual Studio 6 to Visual Studio 2005. Compiled and ran fine. Then I added a dialog resource, and wanted to add a class and event handler for a couple of buttons. But when the MFC Class Wizard is invoked, it crashes with the following message: "A run time error occurred. Line 814 Error: Object doesn't support the property or method". If I choose to debug at this point, the JIT debugger crashes with the message: An unhandled exception occurred" in devenv.exe[135060]. And the address given is 0x80040150.
Tried to reinstall VS2005 a couple of times. Also tried to change the browser properties to allow ActiveX controls to run without prompting,but this does not work.
Help much appreciated.
CKR