
mein Visual Studio 2015 stürzt ständig ab und ich kann nicht herausfinden, warum.
Gestern wollte ich die Python Tools März 2016 installieren. Darin enthalten war das Update 2 für VS2015. Nach der Installation begann Visual Studio beim Start abzustürzen. Es erscheint der Splashscreen, dann das weiße Hauptfenster, das sofort abstürzt.
Ich habe VS2015 neu installiert, aber es hat nicht geholfen. Die Installation von VS2015.2 hat nicht funktioniert, ich musste Visual Studio ohne Updates installieren.
Ich habe versucht, VS2015 mit /log auszuführen. Die ActivityLog.xml enthält keine Fehler. Im Grunde steht dort nur, dass viele Pakete geladen wurden und es dann einfach beendet wurde:
<?xml version="1.0" encoding="utf-16"?>
<?xml-stylesheet type="text/xsl" href="ActivityLog.xsl"?>
<activity>
<entry>
<record>1</record>
<time>2016/06/24 11:09:41.257</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Microsoft Visual Studio 2015 version: 14.0.23107.0</description>
</entry>
<entry>
<record>2</record>
<time>2016/06/24 11:09:41.257</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Creating PkgDefCacheNonVolatile</description>
</entry>
...
<entry>
<record>127</record>
<time>2016/06/24 11:10:02.906</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [Global Search Package]</description>
<guid>{18333854-D2FF-44A3-98D8-40501B914D7D}</guid>
</entry>
<entry>
<record>128</record>
<time>2016/06/24 11:10:02.906</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [Global Search Package]</description>
<guid>{18333854-D2FF-44A3-98D8-40501B914D7D}</guid>
</entry>
<entry>
<record>129</record>
<time>2016/06/24 11:10:02.985</time>
<type></type>
<source>VisualStudio</source>
<description>Destroying Main Window</description>
</entry>
<entry>
<record>130</record>
<time>2016/06/24 11:10:03.110</time>
<type>Information</type>
<source>VisualStudio</source>
<description>AppId stopped registry detouring</description>
</entry>
<entry>
<record>131</record>
<time>2016/06/24 11:10:03.110</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Shutting down pkgdef registry</description>
</entry>
<entry>
<record>132</record>
<time>2016/06/24 11:10:03.110</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Released pkgdef cache usage tracker</description>
</entry>
<entry>
<record>133</record>
<time>2016/06/24 11:10:03.110</time>
<type>Information</type>
<source>VisualStudio</source>
<description>PkgDef registry shutdown complete</description>
</entry>
</activity>
Wenn Visual Studio abstürzt, bietet mir Windows die Option „Debuggen“. Wenn ich dies tue und mein VS2013 auswähle, steht dort „in“, NullReferenceException
aber PresentationFramework.dll
nicht viel mehr.
Dann habe ich versucht, den Rat von zu befolgenVisual Studio 2015 Update 2 begann sofort nach dem Start abzustürzen. Ich habe einen Core Dump. Windbg sagt mir:
This dump file has an exception of interest stored in it.
The stored exception information can be accessed via .ecxr.
(16a8.1124): Access violation - code c0000005 (first/second chance not available)
eax=00000000 ebx=00000000 ecx=036a848c edx=00000000 esi=00000003 edi=00000003
eip=7700c7ec esp=00daa5c8 ebp=00daa750 iopl=0 nv up ei pl nz na po nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000202
ntdll!NtWaitForMultipleObjects+0xc:
7700c7ec c21400 ret 14h
/SafeMode hat auch nicht funktioniert.
Kann mir jemand helfen?