0
votes

I have vs2013 Update 1 installed on my Laptop Windows 8.1 Pro Update 1 and the server using tfs 2012. I can access tfs from browser but when I want to connect to tfs from Team Explorer I got this error message:

TF31002: Unable to connect to this Team Foundation Server: http://ServerIpAddress:8080/tfs.
Possible reasons for failure include:
- The name, port number, or protocol for the Team Foundation Server is incorrect.
- The Team Foundation Server is offline.
- The password has expired or is incorrect.

For further information, contact the Team Foundation Server administrator.

I've try :
- How to: Change the BypassProxyOnLocal Configuration
- Turn off Firewall on my laptop

Can anyone fix this issue..?
Thanks before

2
There have been issues with TFS and McAfee, could that be an issue here? - Joachim Isaksson
I have no McAfee on my laptop, the only antivirus on my laptop is win defender. - Lucky

2 Answers

0
votes

Did you try the following? In the "Connect to Team Foundation Server" window, hit the "Servers" Button and then try to delete the corrupted server connection. Consequently re-define the server connection once again.

0
votes

I resolve my issue by deleting folder TokenStorage registry in HKEY_CURRENT_USER\Software\Microsoft\VSCommon\12.0\ClientServices\TokenStorage
Thanks you all.