vote up 1 vote down star

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?

flag

3 Answers

vote up 1 vote down check

Have you installed Visual Studio 2005 Service Pack 1?

link|flag
vote up 2 vote down

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.

link|flag
vote up 1 vote down

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.

link|flag
Can you unaccept the current accepted solution and accept this answer? – Ngu Soon Hui Aug 4 at 14:35

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.