1

VisualStudio 2015.1 Enterprise/TFS entegrasyonu, VS2015 update 2 uygulanana kadar iyi çalıştı.Güncelleştirme 2 uygulandıktan sonra VisualStudio 2015 Enterprise, TFS'ye bağlanamıyor - istisna TF205020

yeniden/sorunu çözmedi visualstudio tamir, almaya devam:

TF205020: Could not connect to server ...... The server returned the following error:

Could not load type Microsoft.VisualStudio.Services.WebApi.Utilities.UserAgentUtility' from assembly 'Microsoft.VisualStudio.Services.WebApi, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.

AYAR:

VS Kurumsal 2015,2 Bu sorunu daraltmak için TFS 2015,2

cevap

2

/8080/tfs/web Biz Burada aynı sorunu vardı. Önbelleği sildikten sonra Visual Studio 2015'i yeniden yüklemek, kullanıcı profili klasörleri ve kayıt defteri ayarları bize yardımcı olmadı. Bir TestComplete 11.31 yüklemesinin Visual Studio 2015 Güncelleştirmesi 2 ile çakışan GAC'de bazı montajları yüklediğine benziyor. İki neredeyse aynı sistemi karşılaştıran sorunu (TestComplete ile bir ve bir tane) karşılaştırdık ve bu derlemeleri% WINDOWS% \ 'den sildik. Microsoft.NET \ montaj klasörü:

  • Micorosft.VisualStudio.Services.Client
  • Micorosft.VisualStudio.Services.Common
  • Micorosft.VisualStudio.Services.Integration
  • Micorosft.VisualStudio.Services.WebApi

Ancak sorun hala mevcuttu. çıkardıktan sonra:

  • Microsoft.TeamFoundation.Client
  • Microsoft.TeamFoundation.WorkItemTracking.Common

sorun gitmişti! Ben Bu sorununuzu yardımcı olacağını umuyoruz

...

+1

teşekkürler! Aynı sisteme SmartBear TestComplete 11.31'i de yüklüyoruz. Sorun çözüldü! – lermar

+0

Bu beni doğru yolda buldunuz ve bu bana bunun sonunu getirdi: https://connect.microsoft.com/VisualStudio/geribildirim/ayrıntılar/2601931/takım kaşif-not-çalışma-in-vs2015-2 – WraithNath

0

:

  1. Windows denetleyin Hataların daha fazla bilgi için olay görüntüleyici. //:
  2. Eğer TFS web accesshttp erişebilirler emin olmak için net TFS ve VS cache, bu blog
  3. deneyin ile detay adıma deneyin
0

bu konuda aynı: Extension fails to load on VS2015.2, içinde çözelti ile deneyin: Ernstjan Freriks için

Can you check if Microsoft.VisualStudio.Services.WebApi.dll is installed into the GAC? The easiest way to do this is to check if there is a folder that starts with v14.0.0.0 under the c:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.VisualStudio.Services.WebApi.

I suspect you have an assembly from VS 2015 RTM or VS 2015 Update 1 in the GAC. Uninstalling it, will fix the issue.

0

Teşekkür, bu ek bilgiler bana yardımcı oldu :

https://connect.microsoft.com/VisualStudio/feedback/details/2601931/team-explorer-not-working-in-vs2015-2

The Tfs client binaries should not be in your GAC. The only way they would get there is to add them yourself, or install some 3rd party application that has added them. Once they are in the GAC they will be loaded instead of the binary that matches your version of TeamExplorer or tf.exe. You need to remove all instances of any Team Foundation binary from the GAC including the following: 

Microsoft.TeamFoundation.Build2.WebApi.dll 
Microsoft.TeamFoundation.Chat.WebApi.dll 
Microsoft.TeamFoundation.Common.dll 
Microsoft.TeamFoundation.Core.WebApi.dll 
Microsoft.TeamFoundation.Diff.dll 
Microsoft.TeamFoundation.Discussion.Client.dll 
Microsoft.TeamFoundation.Discussion.WebApi.dll 
Microsoft.TeamFoundation.Git.Client.dll 
Microsoft.TeamFoundation.Lab.Client.dll 
Microsoft.TeamFoundation.Lab.Common.dll 
Microsoft.TeamFoundation.Lab.TestIntegration.Client.dll 
Microsoft.TeamFoundation.Lab.WorkflowIntegration.Client.dll 
Microsoft.TeamFoundation.Policy.WebApi.dll 
Microsoft.TeamFoundation.ProjectManagement.dll 
Microsoft.TeamFoundation.SharePointReporting.Integration.dll 
Microsoft.TeamFoundation.SourceControl.WebApi.dll 
Microsoft.TeamFoundation.Test.WebApi.dll 
Microsoft.TeamFoundation.TestImpact.Client.dll 
Microsoft.TeamFoundation.TestManagement.Client.dll 
Microsoft.TeamFoundation.TestManagement.Common.dll 
Microsoft.TeamFoundation.TestManagement.WebApi.dll 
Microsoft.TeamFoundation.VersionControl.Client.dll 
Microsoft.TeamFoundation.VersionControl.Common.dll 
Microsoft.TeamFoundation.VersionControl.Common.Integration.dll 
Microsoft.TeamFoundation.Work.WebApi.dll 
Microsoft.TeamFoundation.WorkItemTracking.Client.DataStoreLoader.dll 
Microsoft.TeamFoundation.WorkItemTracking.Client.dll 
Microsoft.TeamFoundation.WorkItemTracking.Client.QueryLanguage.dll 
Microsoft.TeamFoundation.WorkItemTracking.Common.dll 
Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll 
Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll 
Microsoft.VisualStudio.Services.Client.dll 
Microsoft.VisualStudio.Services.Common.dll 
Microsoft.VisualStudio.Services.WebApi.dll 

You can use gacutil to remove these. Once removed your issue should be fixed. 
İlgili konular