VS 2008 unstable after "Stop Debugging"

Posted by liys on Stack Overflow See other posts from Stack Overflow or by liys
Published on 2010-05-19T01:51:05Z Indexed on 2010/05/19 2:00 UTC
Read the original article Hit count: 228

This was on Windows Server 2003 X86, VSTS 9.0.30729.1 SP

I used "Attach to process" to debug the program, but recently when I "Stop Debugging" by "shift + f5", I was prompted with an error saying "VS has an internal error and will be unstable". After that all the debug related menu items were disabled e.g. "Start debugging" and "attach to process" etc., even when I forcibly closed the program the situation remained, leaving me the only option to restart the solution.

The only reason I can think of causing this is that I forcibly kill the process a lot, in order to able to rebuild it quickly, other than that I didn't do anything abnormal to VS.

another sympton: when I tried to close the VS normally, I was prompted with "source file [] does not belong to the project being debugged" for all the files I opened inside of IDE, but the file does belong to the project.

Thanks for any reply.

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about debugger