1周前Visual Studio 2010突然出現崩潰現象。在源文件修改只要一編譯,馬上就崩潰,而且還不彈出任何異常窗口,嚴重影響軟件開發工作。
google了無數解決方案 用下面網站上的辦法也不奏效: 1) 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 這些都不行。 他給出了一些參考鏈接:
The plugin AnkHSVN is known to cause the same problem:
以為是SVN和VisualAssistX的問題,卸載后依然不行。 再從Visual Studio 2010里禁止一些插件,把源代碼管理系統更改為“無”,仍不行。