1周前Visual Studio 2010突然出现崩溃现象。在源文件修改只要一编译,马上就崩溃,而且还不弹出任何异常窗口,严重影响软件开发工作。
google了无数解决方案 用下面网站上的办法也不奏效: 1)http://blog.sina.com.cn/s/blog_68cb7e090101963d.html For 32-bit operating systems, run the following command: regsvr32 "c:\Program Files\Internet Explorer\ieproxy.dll" For 64-bit operating systems, run the following command: regsvr32 "c:\Program Files (x86)\Internet Explorer\ieproxy.dll" 以上命令必须以管理员权限运行。如果还不行就: regsvr32 c:\Windows\System32\ole32.dll 这些都不行。 他给出了一些参考链接: http://support.microsoft.com/kb/983279/en-us http://connect.microsoft.com/VisualStudio/feedback/details/618802/visual-studio-andom-frequent-crash http://social.msdn.microsoft.com/Forums/zh-SG/vssetup/thread/ac890e5c-2de6-4526-86fb-9a3cd77ec80e The plugin AnkHSVN is known to cause the same problem: http://blogs.msdn.com/b/visualstudio/archive/2010/05/11/if-you-are-seeing-intermittent-crashes-with-vs-2010.aspx 以为是SVN和VisualAssistX的问题,卸载后依然不行。 再从Visual Studio 2010里禁止一些插件,把源代码管理系统更改为“无”,仍不行。
6)又看了这个贴子,原来这个问题已经存在N年了,微软一直没有搞定。 http://social.msdn.microsoft.com/Forums/en/msbuild/thread/6f76db9a-ea37-42b3-a016-571912c28032 最后感觉是调试程序时有些异常中止时,某个文件被锁住,而Visual Studio 2010又不被正常地解锁这个文件,而导致崩溃。