2016-04-01 7 views
3

I aktualisiert VS2015 2.Visual Studio 2015 Update 2. Team Explorer nicht funktioniert

Upgrade-Prozess beendet fein, zu aktualisieren, aber nach dem Start ein verlorener Zugang Explorer zum Team.

Es gibt einen Fehler mit dem folgenden Callstack stattdessen.

An exception was encountered while constructing the content of this frame. This information is also logged in "C:\Users\volkov.a\AppData\Roaming\Microsoft\VisualStudio\14.0\ActivityLog.xml". 

Exception details: 
System.InvalidOperationException: The window search was not yet setup for this search host. 
    at Microsoft.VisualStudio.Platform.WindowManagement.WindowSearchHost.ThrowIfSearchNotSetup() 
    at Microsoft.VisualStudio.Platform.WindowManagement.WindowSearchHost.set_HelpTopic(String value) 
    at Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ToolWindowTeamExplorer.OnToolWindowCreated() 
    at Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Type toolWindowType, Int32 id, UInt32 flags) 
    at Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Type toolWindowType, Int32 id, ProvideToolWindowAttribute tool) 
    at Microsoft.VisualStudio.Shell.Package.FindToolWindow(Type toolWindowType, Int32 id, Boolean create, ProvideToolWindowAttribute tool) 
    at Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Guid& toolWindowType, Int32 id) 
    at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsToolWindowFactory.CreateToolWindow(Guid& toolWindowType, UInt32 id) 
    at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent() 

Ich habe versucht, Reparatur und neu zu installieren. Kein Ergebnis.

Auch Ausnahme beim Start Ich erhalte:

--------------------------- 
Microsoft Visual Studio 
--------------------------- 
Error HRESULT E_FAIL has been returned from a call to a COM component. 
--------------------------- 
OK 
--------------------------- 

Was sonst könnte ich überprüfen?

+0

haben Sie das Problem behoben? – MrBeanzy

+0

@MrBeanzy Ja, siehe meine Antwort unten. – Demian

Antwort

1

Ich legte Microsoft.TeamFoundation.WorkItemTracking.Client.dll zu Gac und das half.

+0

Mussten Sie danach neu starten? Haben Sie es zu "C: \ Windows \ Microsoft.NET \ assembly \" hinzugefügt, das drei Ordner enthält? Wenn ja, welcher Ordner? – Bryan

+1

@Bryan Ich habe Gacutil verwendet, um die Baugruppe auf gac zu setzen. Es erkennt den korrekten Ordner automatisch. Sie müssen VS danach neu starten. – Demian

Verwandte Themen