Reputation: 60691
When attempting to set up a connection to TFS:
It finds the correct server; however, the connect button is grayed out:
What am I doing wrong? Is VS2017 not compatible with TFS2012?
I am able to connect to it with VS2013 without any issues.
Upvotes: 2
Views: 1677
Reputation: 51073
If you select server-level, indeed the connect button is grayed out. You need to select collection-level and then should be able to connect.
Your screenshot looks like lacking of the collection info. This error is similar to Cannot connect to VSTS and TFS from VS 2017 RC
Thank you for your feedback! This issue has been fixed and it's available in VS2017 RC3 (26127). Thank you for helping us build a better Visual Studio!
Added a solution by Visual Studio Team · 02/01 19:56
You should make sure your vs version is later with VS2017RC3. And make sure you have enough permission to enter your collection.
Upvotes: 2
Reputation: 4156
Visual Studio 2017 works with TFS 2013 or newer. You have 2 options upgrade your TFS or use VS 2015.
https://www.visualstudio.com/en-us/docs/connect/connect-team-projects
https://www.visualstudio.com/team-services/tfs-pricing/
Upvotes: -1