VS 2003 hangs when adding class
-
I am trying to add a new class to my project, I enter the class name, hit enter, and it hangs! I have tried it several times, tried restarting etc, without any luck. Anybody face this problem before? :confused: Thanks, Aristotel
-
I am trying to add a new class to my project, I enter the class name, hit enter, and it hangs! I have tried it several times, tried restarting etc, without any luck. Anybody face this problem before? :confused: Thanks, Aristotel
Probably one or more of the files Visual Studio uses to keep track of things has gotten messed up. Exit Visual Studio. In the folder containing your project, try deleting project.NCB, project.APS, and project.SUO (if any of them exist). These files contain IntelliSense, resource editor, and solution option information, respectively. They can be deleted safely, and Studio will recreate them as needed.
Software Zen:
delete this;
-
Probably one or more of the files Visual Studio uses to keep track of things has gotten messed up. Exit Visual Studio. In the folder containing your project, try deleting project.NCB, project.APS, and project.SUO (if any of them exist). These files contain IntelliSense, resource editor, and solution option information, respectively. They can be deleted safely, and Studio will recreate them as needed.
Software Zen:
delete this;
Hello, thanks for the suggestion. I deleted the .NCB and .APS files from the project directory, unfortunately I still have the problem. Adding a new class causes VS 2003 to hang/freeze. Any other suggestions? Thanks!
-
Hello, thanks for the suggestion. I deleted the .NCB and .APS files from the project directory, unfortunately I still have the problem. Adding a new class causes VS 2003 to hang/freeze. Any other suggestions? Thanks!
Well, After nearly 2 weeks of trying to figure this out, reinstalling Visual Studio .NET, restarting the project and trying slightly different approaches, I have found the problem to be in the Visual Studio .NET settings. Under Options/Projects/VC++ Directories, I had some additional entires which seem to have been the problem. Removing those now has Visual Studio .NET not crashing when adding a second ATL control class to a project. Aristotel ;P