Remove TFS Connection From Visual Studio Team Explorer - visual-studio

I am using Visual Studio 2017 and I added a TFS Server in my Visual Studio.
Every time I open my VS I get the TFS connections in my Team Explorer.
How can I remove this connection from Visual Studio?
Note that I don't want to delete anything from the server. I only need to delete the connection from Visual Studio.

Click on the plug icon in Team Explorer. You should land on the tab "Connect" where you find a link" Manage Connections". Choose "Connect to a project" and you get a dialog with allyour tfs (and gihub, if you did use it) connectsion. With the "Add TFS Server" link above the list of connections you can add and remove TFS server instances.

Related

Remove TFS Connection From Visual Studio 2019

I am trying to disconnect a TFS server and credentials from Visual Studio Team Explorer on an instance of Visual Studio 2019. I found a similar question on Remove TFS Connection From Visual Studio Team Explorer which was anwsered, but these steps do not seem to apply for VS 2019. I cannot find anything to remove the existing connections. What am I missing?
Go to Team Explorer, select the green plug symbol.
You will be able to see the connected/added list which contain both Azure DevOps Service and Azure DevOps Server in the pop-up dialog box.
Simply right click your TFS/Azure DevOps, then click Remove. Then your stored server url list will be removed.
Certainly, you could also select another server/organization here to quick switch to.
This way will disconnect your TFS connection and connect to another one, and it also keep the prior stored server url in list.

TFS "GO ONLINE" message while opening visual studio project

I am using visual studio 2010 and connected to TFS. Every time I try to open the visual studio project it prompts the following message.
---------------------------
Microsoft Visual Studio
---------------------------
Go Online
This solution is offline but its associated Team Foundation Server is available.
Would you like to go online with this solution after it has loaded?
---------------------------
Yes No Help
---------------------------
I have tried the following settings in TFS settings as mentioned here
uncheck "Automatically connect to server on startup"
uncheck "Server is Offline"
I have also tried following solutions
How to make TFS not auto check source control from Visual Studio?
But none of them worked.
How to suppress this message permanently?
Try to right-click on the solution name right at the top of the Solution Explorer and select the Go Online option. Check the following case for more details:
How do I get my solution in Visual Studio back online in TFS?

Visual Studio 2012 and Team Foundation Services: Will not connect?

I am attempting to use Team Foundation Services (the cloud based service) with Visual Studio 2012 Update 1.
I have configured my account at visualstudio.com, and created a sample project.
When I click the "Open New Instance of Visual Studio" link from the Team Foundation Service project page:
At home, my VS2012 opens and connects, and I can see the project in the Team panel.
When controlling my work PC, VS2012 opens, but it does not connect. The Team panel shows "Disconnected" where the project name should be.
How do I connect VS to Team Foundation Services when the "Open new Instance of Visual Studio" link does not work?
You can just manually add a new server instance to Visual Studio. On the Team Explorer tab the 'Projects' menu item (click the >) you should have a list of previously connected projects.
If the project you want isn't there, choose 'Connect to project'. Click the servers button to add https://[youraccount].visualstudio.com/.

Connect to tfs Azure from visual studio

I created my first Team Project in my account on the tfs 2012 in the cloud.
Now, how can I connect to it through Visual Studio 2012 from my pc?
You can find the answer to your question at the link bellow
Connect Visual Studio to your team project
Furtheremore, there is another solution to do this.
Open Visual studio 2012
From the menu bar, choose View -> Team Explorer
In Team Explorer view, choose the Context Menu Icon next to the team project name, and then choose Projects and My Teams -> Connect to Team Projects.
In the Connect to Team Project dialog box, choose the Servers button.
In the Add/Remove Team Foundation Server dialog box, choose the Add button.
In the Add Team Foundation Server dialog box, type the name or URL for the server.
In your case (https://yourname.visualstudio.com).
During the process you may be asked to enter the credentials from your windows live account (outlook.com, hotmail.com etc)

Visual Studio 2010 is prompting to login to Team Foundation Server

Visual Studio 2010 is prompting to login to a Team Foundation Server. How can I remove this?
If you go to Tools:Options:Source Control, you can change your Current source control plugin to something else (or nothing).
It appears that you are being prompted to make a TFS connection to a CodePlex TFS server.
If this is a result of opening a .sln, then you can cancel, and try disassociating this .sln with any source control. Unbind from source control.
Perhaps within Team Explorer you've got a TFS entry there to that CodePlex server. Try disconnecting that.

Resources