The problem described below started this afternoon. Suddenly I encountered this error box, which includes the following information:
"Microsoft Visual Studio has encountered an internal error.
Microsoft Visual Studio may be unstable now. It is recommended that you save all files and exit."
I am running Visual Studio Team System 2008, Development Edition, service pack 1. Version 9.0.30729.1 SP.
Once I dismiss this problem, choose send report/don't send, the Visual studio works well, but my assembly works not so good.
After long time searching via google, not find the answer.
Suddenly I remember to check the memory leak, I have enable the unmanaged code debugging. Is that the answer? Yep!!
Here is the solution:
Check the start project, then at the 'Debug' tab, do not enable 'Enable unmanaged code debugging' at 'Enable Debuggers' section.
That's it, very easy!:)