Reputation: 38
We have setup a trial version of TFS 2017 in order to see if we would like to purchase a full version for our development shop. Only one developer can connect to TFS 2017 with Visual Studio and at no point was he involved with the initial setup of TFS.
I am running Visual Studio 2015 Enterprise and I have tried the following items with no fruition on fixing the attached image.
I have tried all of the above (and quite a few other things) and at no point can I connect to TFS through Visual Studio. As it stands now I don't see my shop going down the road of using TFS.
If anyone has an idea for what to do, I'm all ears I would really like our shop to migrate to TFS based on what I have heard about it.
Upvotes: 2
Views: 3959
Reputation: 1
I too suffered with this myself. This is a Bug and has been patched by Visual Studio Team. Installing the patch helped me fix this error. patch : VS14-KB3165756.exe Download Patch here: https://go.microsoft.com/fwlink/?LinkID=816878
Upvotes: 0
Reputation: 51183
TF31002 is a very wide range of error messages, you might receive this error when you try to from Visual Studio or Team Explorer connect to VSTS or an on-premises Team Foundation Server (TFS).
Since the problem occurs on more than one computer, you could ask administrator, the event logs for the application-tier server to try to pinpoint the problem.
I will suggest you to disable your firewall first, White list sometimes not so thoroughly and try the connection again. If it's still not work, give a try with accessing your TFS with IP address (e.g. http://[ip]:8080/tfs
) which may did the trick.
Also, you can use the table in Several users receive this error when they try to connect to an on-premises TFS to determine whether the server is misconfigured.
Upvotes: 1