views:

482

answers:

5

The question really says it all. For one project I am working on, the Visual Basic Compiler crashes resulting in me having to restart my IDE.

It looks like it crashes when copying a PDB file and XML file for the web site for obj/debug to the output folder.

Has anyone experienced similar crashes? If so how did you repair it?

Are there any crash logs stored anywhere??

I am using visual Studio version 8.0.50727.762 (SP .050727-7600)

A: 

Do you actually get an error message or code when it crashes, or do you just get the "Visual Studio stopped working" error message?

I'd second trying to uninstall, reinstall, and reapply SP1, just to make sure it isn't something with your installation. I've never had the VB compiler crash on me, and I'd imagine that permissions problems and other exceptions moving a file would be completely covered within the compiler's internals.

rwmnau
A: 

You can try using the event viewer in Administrative Tools to see if any logs were recorded.

magnifico
A: 

Looks like you aren't running Visual Studio 2005 SP1. We had tons of VBC crashes before SP1 -- it was a wonder they even made to RTM on the product. Just terrible. Install Service Pack 1 and your problems will most likely go away.

Dave Markle
A: 

Have you already tried cleaning your solution/project?

Sometimes the .suo, .ncb and other files maintained by Visual Studio get corrupted resulting in crashes during complilation or debugging.

0xA3
A: 

After contincually hitting send error report to microsoft I finally got a little message box saying "We think this might be your problem" with this Link

I believe this is my problem... I have still to obtain the hot fix

Dean