add web project to source control issue

  • Thread starter Thread starter eliassal
  • Start date Start date
E

eliassal

Hi, I have an IIS web project for which I created a web deployment project as
well.
The web project is in C:\myweb, the deployment is C:\deploy.
After deployment to production, I wanted to put the web project under
control in TFS. I created a new team project, added 2 directories DEV and
MAIN.
Whenever I try to add the web project or the whole solution to source
control, I get the following message box :
********************************
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.
********************************

with 2 buttons, "Continue" and "Cancel".
I googled a little bit found some explanantion which didn't help. It seems
that , if I am not mistake, because that the 2 projects I have in the
solution (the web project and the web deployment project) are not under one
directory.

Thanks in advance
 
Back
Top