Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 811
user2382216 Avatar asked Jul 02 '26 05:07

user2382216


1 Answers

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

like image 176
Ivan Aksamentov - Drop Avatar answered Jul 05 '26 17:07

Ivan Aksamentov - Drop