Running multiple projects in visual studio -


i'm running visual studio express 2012 on windows 7 through bootcamp. have solution several projects, , when start debugging runs first project, can't start new instances of others (when right click , choose debug -> start new instance grayed out).

i tried creating new solution 2 blank projects , have same problem.

any ideas?

right click on solution -> common properties -> startup project -> multiple startup projects -> choose "start" actions in drop-down lists. start debugging usual.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -