今天突然遇到这么个恶心问题,vs2008莫名其妙的 一调试就崩溃,使用安装文件进行卸载都会提示错误,不让卸载,最后从 http://blog.csdn.net/sclxf/article/details/5822447 中找到一个工具才算卸载完成。
不过重装后 崩溃的问题依旧。
http://stackoverflow.com/questions/882052/visual-studio-2008-crashes-when-starting-to-debug
还有有谷歌。
做完下面两步后问题得到解决:
1.
devenv.exe /ResetSettings
devenv.exe /ResetSkipPkgs
devenv.exe /Setup
2.
I had the same problem, out of the blue the IDE would crash when I started to debug. Happened with any existing project that I opened, even the visual studio samples. I created a new project, just a blank dialog, ran it, and all was good. After that, the problem went away and I was able to debug again.