Hi there,
I have a VS2005 solution containing multiple class library projects and a
single web project. The solution was migrated from VS2003.
The solution is in SourceSafe (v 8.0), however, whilst all the class library
project files can be seen in SourceSafe, as can all the individual files in
the web project, the web project file itself is not in SourceSafe.
Consequently I keep finding different developers have different references in
their local web projects and we are therefore getting build problems. We had
none of these problems using VS2003 and VSS 6.0d.
Any assistance would be appreciated.
Thanks
Mat
Alin Constantin [MSFT] - 30 Mar 2006 19:30 GMT
Hi Mat,
Web projects are not kept bound to source control after migration from
VS2003.
This is intentional, and you should have seen a warning dialog about this
during migration.
If you want source control for that website, you should Checkin,
AddWebSiteToSourceControl or Bind it to a DIFFERENT location than where the
VSS2003 website was stored in the VSS database. The other users working on
the solution should do a GetLatest for the solution after that and
VisualStudio should create new enlistments for the VS2005-style website.

Signature
Alin Constantin
This posting is provided "AS IS" with no warranties, and confers no rights.
> Hi there,
>
[quoted text clipped - 17 lines]
>
> Mat