2014-05-21 10 views
10

Właśnie zainstalowałem Visual Studio 2013 Update 2 (mój system operacyjny to Windows 8).
Po zainstalowaniu, gdy otwieram Visual Studio mam następujący błąd:Visual Studio 2013 Crash po aktualizacji 2?

VS 2013 Error

Jest OK aż tutaj, ale jeśli mogę otworzyć projektu Visual Studio awarię

Visual Studio 2013 Crashed after Update 2

Ostatni rekordy w ActivityLog.xml:

<entry> 
    <record>964</record> 
    <time>2014/05/20 19:38:45.997</time> 
    <type>Information</type> 
    <source>VisualStudio</source> 
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description> 
    <guid>{A6EFEF5F-BE9B-432A-ADFE-74A119AB4478}</guid> 
    </entry> 
    <entry> 
    <record>965</record> 
    <time>2014/05/20 19:38:45.997</time> 
    <type>Information</type> 
    <source>VisualStudio</source> 
    <description>Begin package load [JSONPackage]</description> 
    <guid>{A6EFEF5F-BE9B-432A-ADFE-74A119AB4478}</guid> 
    </entry> 
    <entry> 
    <record>966</record> 
    <time>2014/05/20 19:38:45.998</time> 
    <type>Error</type> 
    <source>VisualStudio</source> 
    <description>CreateInstance failed for package [JSONPackage]</description> 
    <guid>{A6EFEF5F-BE9B-432A-ADFE-74A119AB4478}</guid> 
    <hr>80070002</hr> 
    <errorinfo>Could not load file or assembly 'file:///C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\Microsoft\Web Tools\Languages\Microsoft.VisualStudio.JSON.Package.dll' or one of its dependencies. The system cannot find the file specified.</errorinfo> 
    </entry> 
    <entry> 
    <record>967</record> 
    <time>2014/05/20 19:38:46.013</time> 
    <type>Error</type> 
    <source>VisualStudio</source> 
    <description>End package load [JSONPackage]</description> 
    <guid>{A6EFEF5F-BE9B-432A-ADFE-74A119AB4478}</guid> 
    <hr>80004005 - E_FAIL</hr> 
    <errorinfo>Could not load file or assembly 'file:///C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\Extensions\Microsoft\Web Tools\Languages\Microsoft.VisualStudio.JSON.Package.dll' or one of its dependencies. The system cannot find the file specified.</errorinfo> 
    </entry> 
    <entry> 
    <record>968</record> 
    <time>2014/05/20 19:38:54.439</time> 
    <type>Information</type> 
    <source>VisualStudio</source> 
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description> 
    <guid>{60116BB0-6F13-49E2-A1CE-A185C783B68B}</guid> 
    </entry> 
    <entry> 
    <record>969</record> 
    <time>2014/05/20 19:38:54.439</time> 
    <type>Information</type> 
    <source>VisualStudio</source> 
    <description>Begin package load [ScssPackage]</description> 
    <guid>{60116BB0-6F13-49E2-A1CE-A185C783B68B}</guid> 
    </entry> 
    <entry> 
    <record>970</record> 
    <time>2014/05/20 19:38:54.498</time> 
    <type>Error</type> 
    <source>VisualStudio</source> 
    <description>CreateInstance failed for package [ScssPackage]</description> 
    <guid>{60116BB0-6F13-49E2-A1CE-A185C783B68B}</guid> 
    <hr>80131522</hr> 
    <errorinfo>Could not load type 'Microsoft.Scss.Editor.ScssPackage' from assembly 'Microsoft.VisualStudio.Web.Extensions, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.</errorinfo> 
    </entry> 
    <entry> 
    <record>971</record> 
    <time>2014/05/20 19:38:54.498</time> 
    <type>Error</type> 
    <source>VisualStudio</source> 
    <description>End package load [ScssPackage]</description> 
    <guid>{60116BB0-6F13-49E2-A1CE-A185C783B68B}</guid> 
    <hr>80004005 - E_FAIL</hr> 
    <errorinfo>Could not load type 'Microsoft.Scss.Editor.ScssPackage' from assembly 'Microsoft.VisualStudio.Web.Extensions, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.</errorinfo> 
    </entry> 

Ja również sprawdzone okna dzienniki błędach:

Visual Studio 2013 Crashed after Update 2

1:

Failed to schedule Software Protection service for re-start at 2014-06-19T18:46:39Z. Error Code: 0x80070005. 

2:

Faulting application name: devenv.exe, version: 12.0.30501.0, time stamp: 0x5361f453 
Faulting module name: csproj.dll, version: 12.0.21005.1, time stamp: 0x524fcb78 
Exception code: 0xc0000005 
Fault offset: 0x0003151e 
Faulting process ID: 0x15d0 
Faulting application start time: 0x01cf74627d760129 
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe 
Faulting module path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC#\VCSPackages\csproj.dll 
Report ID: 7b06404e-e056-11e3-8172-74f06dc3132d 
Faulting package full name: 
Faulting package-relative application ID: 

3:

Application: devenv.exe 
Framework Version: v4.0.30319 
Description: The process was terminated due to an unhandled exception. 
Exception Info: System.AccessViolationException 
Stack: 
    at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(Microsoft.VisualStudio.Shell.Interop.IVsTask, UInt32, Microsoft.VisualStudio.Shell.Interop.IVsTask[], System.Object ByRef) 
    at Microsoft.VisualStudio.Services.VsTask+<>c__DisplayClass29.<GetCallbackForMultipleParent>b__28(System.Threading.Tasks.Task`1<System.Object>[]) 
    at Microsoft.VisualStudio.Services.VsTask+<>c__DisplayClass2f.<GetCallback>b__2e() 
    at System.Threading.Tasks.Task`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].InnerInvoke() 
    at System.Threading.Tasks.Task.Execute() 
    at System.Threading.Tasks.Task.ExecutionContextCallback(System.Object) 
    at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) 
    at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) 
    at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef) 
    at System.Threading.Tasks.Task.ExecuteEntry(Boolean) 
    at System.Threading.Tasks.TaskScheduler.TryExecuteTask(System.Threading.Tasks.Task) 
    at Microsoft.VisualStudio.Services.TaskSchedulerService.VsUIThreadBlockableTaskScheduler.DoOneTask() 
    at Microsoft.VisualStudio.Services.TaskSchedulerService.VsIdleTimeScheduler.FDoIdle(UInt32) 

4:

Failed to schedule Software Protection service for re-start at 2014-06-19T18:46:39Z. Error Code: 0x80070005. 

5:

Failed to schedule Software Protection service for re-start at 2014-06-19T18:46:39Z. Error Code: 0x80070005. 

Jak mogę rozwiązać ten problem?

Edit:
Problem nie rozwiąże z ponownego instalowania aktualizacji 2.

+0

Głupie pytanie Wiem, ale czy próbowałeś wyłączyć wszystkie rozszerzenia?Być może jedno z rozszerzeń nie działa poprawnie z Aktualizacją 2. – HeXanon

+0

Uruchomiłem devenv.exe w trybie awaryjnym z 'devenv/safemode', ale dostałem błąd ponownie. Tryb awaryjny musi wyłączyć wszystkie rozszerzenia, tak myślę. –

+0

O ile wiem, tak - wyłącza wszystkie rozszerzenia. Czy zawsze otrzymujesz błąd dotyczący JSON? – HeXanon

Odpowiedz

3

Problem wynika z rozszerzenia: "Visual Studio Extensions for Windows Biblioteki dla języka JavaScript" Zostało to zaktualizowane w ramach aktualizacji VS 2013 Update 2.

Jeśli odinstalujesz to rozszerzenie, komunikaty o błędach powinny zniknąć. Musi to zostać wykonane z okna panelu sterowania "Programy i funkcje" poza programem Visual Studio.

Po odinstalowaniu tego i ponownym uruchomieniu Visual Studio powie, że nadal jest zainstalowany (dla mnie, tak czy inaczej). Jednak błędy powinny zniknąć.

+1

To uderzyło mnie wczoraj z Update 4. Byłem w stanie naprawić to wybierając naprawę "Rozszerzenia Visual Studio dla Windows Library for Javascript" zamiast całkowitego odinstalowania używając powyższej metody. –

0

Running VSE 2013 for Web, czy Update 4, dostał powyższą wiadomość: CreateInstance powiodło się dla pakietu [JSONPackage] sprawdzone Panel sterowania, miałem VSE dla JS v1.0.9200.20789 JAK RÓWNIEŻ i 2.1.30324.53 zainstalowany. Najpierw odinstalowałem starszą wersję, próbowałem ładować VSE, otrzymałem tę samą wiadomość. Następnie odinstalowano inne wystąpienie nowszej wersji, otrzymałem tę samą wiadomość. Następnie wypróbowana "Naprawa" aktualizacji 4, zobaczy, czy to pomaga.

0

W moim przypadku VS2013 Update 5, miałem dokładnie ten sam problem. Rozwiązałem to, odinstalowując wszystkie rozszerzenia Resharper.

Resharper -> Menedżer rozszerzeń -> Zainstalowane rozszerzenia