We're experiencing some difficulties here.
I've added 3 new projects to our Solution and checked them in. However, no one in my team gets them when they get latest version from Source Control, or from the Solution Explorer. They have to manually go and "Add Project from Source Control" from the File menu.
What could cause this
I've checked out the solution file from Source Control, built the solution (for some reason when we build the entire solution it asks to check out the Solution File) and then checked it back in, but no one gets it.
At the same time, if we branch this solution to a new branch, it will not carry over the new projects (It will copy the code, but the projects will not be in the solution).
Is our solution file hosed or is there some way to fix it

New Projects do not get retrieved on get latest version
mon
The Add To SCC wizard does 3 things:
If a solution/project already exists on the serve -- usually because you already added it from SCE or the command line -- then you can't use the Add To SCC wizard. #2 would fail, unless you want to add it to a different location.
Sounds like all you need to do is #3. This can be done manually in the Bind dialog (File -> Source Control -> Change Source Control).
Smithy196
charlie_mtz
Then I check the file in, put in my dev. notes.
I close VS.NET, re-open and the solution is not bound anymore.
Chris Han MSFT
We re-bound the solution to Source Control. However, whenever we restart our computers or restart visual studio, we lose the binding.
Any thoughts
themuuj
I first noticed it when i "Right Click" + "Add Solution to Source Control", but it tells me that it's already in source control.
It lets me "Select different location" or Cancel/Help.
Any thoughts
---Also, when I open the .sln file up in notepad it does reference our project (DataAccessEntities) however it never includes it in the solution explorer.
This is what it has in the .sln file:
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccessEntities", "Global\DataAccessEntities\DataAccessEntities.csproj", "{1D00435F-042B-44B0-930D-01F7F702604D}"
EndProject
Delphyne
Is the solution bound (Does it have a padlock next to it in Solution Explorer )
If you view the history of the .sln file, was it modified in the changeset where you added the new projects Does the diff look correct
Joshua Tipton