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
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
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?