“Change Source Control” off the menu - Team Foundation Server 2010

I am trying to restore the bindings between Visual Studio and TFS (both 2010) and performed my search. Pages I turned to for help: http://msdn.microsoft.com/en-us/library/tfs/ms181375(v=vs.100).aspx Cannot undo Team Foundation Server 2010

They all say the following: “From the File menu, select“ Source Control ”and then“ Change Source Control, ”however in my installation of Visual Studio (2010) in the“ Source Control ”submenu there is no such submenu. I made sure that The correct project is selected in the source code explorer.

Please help me overcome this nightmare!

+6
source share
2 answers

I had the same problem. Even when the solution is open, I still could not see Change Source Control .

This seems a little strange, because I chose the solution in the solution explorer. If I selected any other item in the solution explorer (for example, any file), I could go to File -> Source Control -> Advanced -> Change Source Control... and remove everything from there.

Perhaps it was that I had an element selected that, as far as Visual Studio was concerned, had no bindings to the original control, so it did not show the possibility of changing them.

+5
source

Instead of choosing a solution in Source Control Explorer, you need to open the solution / project so that it appears in the solution explorer. When it appears, a menu item is displayed. The only way I could not get “Change Source Control” to display was to not open the solution.

Mike

+2
source

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


All Articles