Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Warning displayed when adding solution to Team Foundation Server 2010

I'm just getting to grips with TFS 2010 (never had any luck with TFS 2008) and I'm trying to add my first solution into TFS. However I am getting the following warning message:

The project that you are attempting to add to source control may cause other source control users to have difficulty opening this solution or getting newer versions of it. To avoid this problem, add the project from a location below the binding root of the other source controlled projects in the solution.

Can someone explain to me what this means and how to resolve it? This warning is displayed when right clicking on the solution in Solution Explorer and selecting "Add to Source Control".

like image 919
Calanus Avatar asked Jun 01 '09 10:06

Calanus


People also ask

How do I remove Team Foundation Server version control?

Right-click your project or project suite in the Project Explorer and then click Source Control > Unbind From Team Foundation Server.


1 Answers

Your solution folder structure should resemble:

Solution Root folder ├── .sln solution file        │ ├── Project1 folder │   └── Project1.csproj   (or .vbproj) │ ├── Project2 folder │   └── Project2.csproj   (or .vbproj) . . . 
like image 85
Mitch Wheat Avatar answered Oct 02 '22 21:10

Mitch Wheat