Hi Frank,
I don't know if I get it right but you could create a new project and
import each sub project in that one (or just add the dlls in
reference). For the Web Services, you can create a new sub project (Web
Service project in VS 2003 and Web Site in VS 2005) and import your
existing classes and asmx files.
This way, if I'm not mistaken, you'd keep your .csproj for each of them
and manage the whole set of projects as one.
I hope I'm quite clear enough, the point being that you can manage sub
projects (in both VS 2003 and 2005).
Best regards,
Pierre
Frank Rizzo - 24 Feb 2006 14:01 GMT
Pierre, thanks. Could you provide a step-by-step instructions? I've
tried it and no matter what I do there is no .csproj file for my web
services project.
> Hi Frank,
>
[quoted text clipped - 12 lines]
> Best regards,
> Pierre
Pierre - 27 Feb 2006 09:08 GMT
What you can try if your web project isn't too big is to create a new
web project and to put your existing files into it using Add Existing
Item (right click in your solution explorer).
Just a point though, at least with Visual Studio 2005 web projects
don't have any .csproj but a .sln and a .suo. If you're in this case,
double click on the .sln in your explorater and it will launch visual
studio and open your project.