user2382216
user2382216

Reputation: 31

Running multiple projects in visual studio

I'm running visual studio express 2012 on Windows 7 through Bootcamp. I have a solution with several projects, and when I start debugging it runs the first project, but I can't start new instances of the others (when I right click and choose debug -> start new instance it is grayed out).

I tried creating a new solution with two blank projects and I have the same problem.

Any ideas?

Upvotes: 3

Views: 1046

Answers (3)

Drop
Drop

Reputation: 13003

Right click on Solution -> Common Properties -> Startup Project -> Multiple startup projects -> Choose "Start" actions in drop-down lists. Now start debugging as usual.

Upvotes: 2

akhil
akhil

Reputation: 732

Use the new instance of Visual studio in order to debug the other project.

Upvotes: 0

Karthik
Karthik

Reputation: 991

Right Click -> Debug -> Start New Instance is not available for all types of projects. Usually projects of the type class libraires have this option missing.

Thanks, Karthik

Upvotes: 0

Related Questions