{FIXED} TFS Invalid Binding of project(s) in Visual Studio
Views (1603)
Some time you face an issue that project is not bound to source control, when you try to add a new or existing project(s) in solution (bound to TFS source control). Like you see in below image.
To fix above issue follow below steps.
- Go to File -> Source Control -> Advanced -> Change Source Control…
-
Select all projects (one at a time) and Unbind it.
-
Now go back to solution explore and unload projects.
-
Now reload project, this will fix the issue.
Hope it helps.
This was originally posted here.
*This post is locked for comments