When adding a TFS server to VS2017 Error: "Server already exists in the list below"

While trying to add a TFS server to VS 2017, I ran into a problem when it claims that the server already exists in the list. However, it is not.

The only thing I can think of about this can make him think that the server is on the list is that both servers were the same. This is not a problem with VS 2015.

TFS servers updated to 2015.

Please feel free to ask for more information.

+6
source share
3 answers

IP- Team Foundation Sever VS2017. - :

http://192.168.0.1:8080/tfs

Team Foundation Server 2015 GUID :

 C:\Program Files\Microsoft Team Foundation Server 14.0\Application Tier\Web Services\web.config

enter image description here

GUID , db. . : GUID Team Foundation Server (TFS)

+3

:

  • VS 2017.

  • % appdata%\Microsoft\VisualStudio\15.0_92d7e574. .

  • % localappdata%\Microsoft\VisualStudio\15.0_92d7e574. .

  • VS 2017 TFS.

+3

We just updated and found out that VS 2017 expects (at least for now) that only one TFS server should be present, so you will need to delete the old one and then add a new one. This is probably a confusion with the TFS workspace. An error may appear in the "Connect" field, but after deleting the old one, adding a new one and clicking the "Connect" button, it worked fine for me.

0
source

Source: https://habr.com/ru/post/1015737/


All Articles