Thursday, April 28, 2011

How to run multiple projects within VS 2005 as an instance ?

I want to run multiple VS 2005 instance at the same time. Each instance has the different projects. But hardware restrictions limits me. Is there any way doing this?

I am trying to run from debug\program.exe. But it does not work.

Thanks in advance

From stackoverflow
  • Are the projects related? You could wrap them up in a single solution and then keep one instance of Visual Studio alive. Is that what you are talking about?

    j0rd4n : I'm a little confused by your comment. Do you need to 'debug' or 'run' all projects at the same time? You said you needed to 'debug' and 'start without debugging'. You can do this by going to the solutions configuration manager and enabling multiple startup projects when debugging.
    j0rd4n : Sure, just access the solution properties and specify multiple startup projects. When you use the run command in Visual Studio, it will launch all of specified projects at once.

0 comments:

Post a Comment