views:

588

answers:

3

In my work environment, Visual Studio currently crashes every time I start our main project unless I delete the .suo (solution options) and .ncb (C++ Intellisense symbols) files.

Obviously, I've found a workaround. Is there a more permanent solution than this?

+2  A: 

Try monitoring the Visual Studio process using a tool like Process Monitor and get more info. It could be because of some weird file access issues.

Gulzar
+2  A: 

Have you installed Visual Studio 2005 Service Pack 1?

ChrisN
+1  A: 

The accepted answer wasn't quite correct, but it pointed in the right direction.

There is a hotfix for VS2k5 SP1 described in KB article 947315 that addresses this issue.

Jekke
Can you unaccept the current accepted solution and accept this answer?
Ngu Soon Hui