我在Windows 10環境中使用Visual Studio 2015。 Visual Studio不斷崩潰。該解決方案打開的很好,但輸入幾個字母后,我收到一條消息,指出發生錯誤,Visual Studio必須關閉。我在網上搜索,發現如何在診斷模式下運行VS(devenv/log)。我試過這個,看到ActivityLog.xml中有幾個錯誤。我不知道這些是什麼意思,我也找不到關於它們的任何信息。我已經更新了所有的Visual Studio擴展,但這沒有幫助。我試圖修復VS,但這也沒有幫助。有人可以解釋我如何診斷和解決問題嗎?如何診斷和修復Visual Studio 2015崩潰?
這裏是日誌中的錯誤信息:
<entry>
<record>161</record>
<time>2017/05/08 14:53:38.815</time>
<type>Error</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Still unable to load MEF component DLL: Could not load file or assembly 'Microsoft.VisualStudio.Workspaces.Contracts, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\EXTENSIONS\RV0KRPV2.PBV\TMLanguage.dll</path>
</entry>
<entry>
<record>162</record>
<time>2017/05/08 14:53:38.822</time>
<type>Error</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Still unable to load MEF component DLL: Could not load file or assembly 'Microsoft.VisualStudio.WindowsAzure.CommonAzureTools.Contracts.1.7, Version=1.7.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</description>
<path>C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\2re3mhbz.g1s\Microsoft.VisualStudio.ApplicationInsights.dll</path>
</entry>
<entry>
<record>163</record>
<time>2017/05/08 14:53:38.830</time>
<type>Error</type>
<source>Microsoft.VisualStudio.CommonIDE.ExtensibilityHosting.VsShellComponentModelHost</source>
<description>Still unable to load MEF component DLL: Could not load file or assembly 'Microsoft.VisualStudio.ApacheCordovaTools.Definitions.14.0, Version=14.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.</description>
<path>C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 14.0\COMMON7\IDE\EXTENSIONS\22KH2U4Y.XLJ\Microsoft.VisualStudio.Azure.ConnectedServices.MobileServices.dll</path>
</entry>
[創建轉儲文件](https://msdn.microsoft.com/en-us/library/bb513638(VS.85).aspx)並通過運行**!analyze -v來分析Windbg.exe中的dmp ** – magicandre1981
謝謝你的回覆。恐怕我不知道如何創建轉儲文件(您的鏈接不提供說明),我不知道Windbg.exe是什麼或如何使用它。不幸的是,我的老闆不會讓我花時間學習所有這些。我認爲我所記錄的日誌已經給出了一個很好的指示,說明問題在哪裏,我只是不知道如何解決它。我希望得到一個特定於Visual Studio 2015的答案,例如「轉到某個鏈接並下載x,這將重新安裝您丟失的文件。」 – boilers222
[應用我的.reg文件](https://pastebin.com/zKuJvw57)。 Windbg.exe是Windows 10 SDK – magicandre1981