私は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
[my .regファイルを適用](https://pastebin.com/zKuJvw57)。 Windbg.exeはWindows 10 SDK – magicandre1981