Its simpler to go to the solution properties and select the "multiple startup projects" option button. Then you can specify how you want the projects to run (with debugger, without, not at all) and also which order you want them started.
Regards
Richard Blewett - DevelopMentor
http://staff.develop.com/richardb/weblog
nntp://news.microsoft.com/microsoft.public.dotnet.languages.csharp/<
[email protected]>
Tom said:
I have 3 projects under one solution I want to be able to compile and run
(debug) all 3 solutions at once is that possible within vs ? its a
client/server based application that I am developing and I'm tired of
switching between server and client all the time to start it up one by one.
Well, you can have the same solution open multiple times (with multiple
copies of VS.NET running) - although it's a bit of a pain as it keeps
asking you whether you want to reload files.
Alternatively, you could try putting each project into its own solution
as well as into one "master" solution. I don't *think* there's anything
to stop a project from being in more than one solution, although I
haven't tried it myself.
You might want to try asking in microsoft.public.vstudio.general too.
--
Jon Skeet - <
[email protected]>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (
http://www.grisoft.com).
Version: 6.0.770 / Virus Database: 517 - Release Date: 27/09/2004
[microsoft.public.dotnet.languages.csharp]