TFS 2008 warning when trying to add set-up project
Posted
by pm_2
on Stack Overflow
See other posts from Stack Overflow
or by pm_2
Published on 2010-06-14T08:40:04Z
Indexed on
2010/06/14
8:42 UTC
Read the original article
Hit count: 293
I have a similar problem to that mentioned here. However, mine is in TFS 2008. I get the following warning when trying to add a set-up project to an existing solution (either just create the set-up project or “add to source control”).
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
Continue / Cancel
As with the question above, I think my folder structure is at fault. However, the current folder structure is as follows:
Solution
Main Project
My guess is that, for some reason it’s trying to add the set-up project directly into the solution folder. So, is there a way to validate where it’s trying to add this without selecting “Continue” above? Alternatively, is there a way to force the set-up project to create in its own folder?
© Stack Overflow or respective owner