簡體   English   中英

編譯時VC ++崩潰

[英]VC++ Crashes when Compiling

這可能不是放置此內容的正確位置,但我別無他處。

每當我按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,但沒有任何效果。 我不確定如何繼續。

卸載Internet Explorer 10,重新安裝Internet Explorer 9,然后卸載對Internet Explorer 9的更新。現在重新注冊ieproxy.dll,它將起作用。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM