编译时VC ++崩溃

时间:2013-08-01 03:45:45

标签: c++ visual-c++

这可能不适合这个,但我没有别的地方可去。

每按一次F7,它就会崩溃。如果我更改代码,然后按F5,它会崩溃。每次我编译任何东西,它都会崩溃。但是,有时它会成功,因为在它崩溃后我可以重新加载VC ++而我不必重新编译。调试时主要是一个极端的烦恼。

我尝试调试它,它导致了这个问题:

An unhandled exception of type 'System.InvalidCastException' occurred in Microsoft.VisualStudio.Shell.10.0.dll
Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'.
This operation failed because the QueryInterface call on the COM component for the interface with IID '{6D5140C1-7436-11CE-8034-00AA006009FA}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).

我试图取消注册然后通过cmd提示重新注册ieproxy.dll和actxpxy.dll,但没有任何作用。我不确定如何继续。

1 个答案:

答案 0 :(得分:0)

卸载Internet Explorer 10,重新安装Internet Explorer 9,然后将更新卸载到Internet Explorer 9.现在重新注册ieproxy.dll,它将起作用。