Visual Studio 2012 keeps losing connection with TFS 2010

后端 未结 1 1372
栀梦
栀梦 2020-12-31 07:34

I\'m working with Visual Studio 2012 and when I wanted to check in my pending changes (on TFS 2010), all of sudden VS loses its connection with TFS and says (on the Team Exp

相关标签:
1条回答
  • 2020-12-31 08:04

    On a Windows 7 client running against TFS 2010, clear the contents of the following folder:

    %LOCALAPPDATA%\Microsoft\Team Foundation\3.0\Cache
    

    On a Windows 7 client running against TFS 2012, clear the contents of the following folder:

    %LOCALAPPDATA%\Microsoft\Team Foundation\4.0\Cache
    

    On a Windows 7 client running against TFS 2013, clear the contents of the following folder:

    %LOCALAPPDATA%\Microsoft\Team Foundation\5.0\Cache
    
    0 讨论(0)
提交回复
热议问题