0
私は自分のPCを起動し、VS 2015コミュニティを開始しました。ロゴウィンドウが表示され、メッセージが表示されずにエラー音が鳴り、ほぼ即座にクラッシュします。私がWindows 7のサウンド設定で見つけた正確なサウンドは、「デフォルトサウンド」または「スタンダードサウンド」(英語版はありません)と説明されています。Visual Studio 2015起動時のコミュニティクラッシュ
最後のセッション(昨日)では正常に動作していましたが、ここでシステムに変更はありませんでした。
何が問題になる可能性がありますか?
<entry>
<record>26</record>
<time>2017/03/09 10:29:56.022</time>
<type>Error</type>
<source>VisualStudio</source>
<description>LegacySitePackage failed for package [Async Query Service Package]Source: 'Microsoft.VisualStudio.Shell.14.0' Description: Не удалось загрузить файл или сборку "Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" либо одну из их зависимостей. Ожидалось, что модуль содержит манифест сборки.
System.BadImageFormatException: Не удалось загрузить файл или сборку "Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" либо одну из их зависимостей. Ожидалось, что модуль содержит манифест сборки.
Имя файла: 'Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
 в Microsoft.VisualStudio.Shell.Package.RegisterToolboxItemDiscoveryFactories()
 в Microsoft.VisualStudio.Shell.Package.Initialize()
 в Microsoft.VisualStudio.Services.AsyncQueryService.AsyncQueryServicePackage.Initialize()
 в Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.SetSite(IServiceProvider sp)

Предупреждение: регистрация привязки сборок выключена.
Чтобы включить регистрацию ошибок привязки сборок, установите значение параметра реестра [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) в 1.
Примечание. Регистрация ошибок привязки сборок может привести к некоторому снижению производительности.
Чтобы отключить эту функцию, удалите параметр реестра [HKLM\Software\Microsoft\Fusion!EnableLog].
</description>
<guid>{DD7B74B5-C1F9-411A-B22E-5E711592BC6B}</guid>
<hr>80131018</hr>
</entry>
<entry>
<record>27</record>
<time>2017/03/09 10:29:56.022</time>
<type>Error</type>
<source>VisualStudio</source>
<description>SetSite failed for package [Async Query Service Package](null)</description>
<guid>{DD7B74B5-C1F9-411A-B22E-5E711592BC6B}</guid>
<hr>80131018</hr>
</entry>
<entry>
<record>28</record>
<time>2017/03/09 10:29:56.024</time>
<type>Error</type>
<source>VisualStudio</source>
<description>End package load [Async Query Service Package]</description>
<guid>{DD7B74B5-C1F9-411A-B22E-5E711592BC6B}</guid>
<hr>80131018</hr>
</entry>
<entry>
<record>29</record>
<time>2017/03/09 10:29:56.031</time>
<type>Information</type>
<source>VisualStudio</source>
<description>AppId stopped registry detouring</description>
</entry>
だからVSはシャットダウンを開始します:ここで
はログです
<entry>
<record>30</record>
<time>2017/03/09 10:29:56.031</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Shutting down pkgdef registry</description>
</entry>
<entry>
<record>31</record>
<time>2017/03/09 10:29:56.031</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Released pkgdef cache usage tracker</description>
</entry>
<entry>
<record>32</record>
<time>2017/03/09 10:29:56.031</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDef registry shutdown complete</description>
</entry>
ActivityLog.xsl
ファイルには、便利な見えませんが、私は同様にそれを追加することができます。
今回はWindowsログにイベントが見つかりませんでした。
詳細についてはEventlogを参照してください。クラッシュが発生した場合の管理対象コールスタック – magicandre1981