1
votes

I have VS2013 Ultimate Update 5 and VS2015 Enterprise Update 1 installed on the same machine, Windows Server 2012 R2. Using VS2013 I'm able to connect to VSTS without anyn issues, however with VS2015 I'm getting the below connection failure: enter image description here

Any help on how I can resolve this issues is much appreciated.

4

4 Answers

6
votes

While connecting, I was putting the project name also as part of the server URL. It was a silly mistake but got connected after removing the project name from the URL.

3
votes

There are no other different settings for VS2015. If you can work with VS2013, then it should also be work in VS2015. Try to reinstall the VS2015 first.

If it still no work, to narrow down this issue you can try below ways:

  • Check Event Log to see whether there are some useful information.
  • Delete Cookies and clear IE cache.

  • Clear TFS cache in the %LocalAppData%\Microsoft\Team Foundation\x.0\Cache folder

  • Run VS2015 in Administrator Mode.

  • Delete all credentials from Windows Credential Manager (and remove Link Online ID)

  • Delete this folder in the registry (just “TokenStorage” – nothing else)
0
votes

In my case, the default port was 8080 when adding the new server. I change it to port 80 and everything worked fine.

0
votes

As per Nathan I tried to remove the project name from URL and it worked. for others you may not knowing the project name from the URL so keep removing the sub directory from right and try.