Start second project after first project has started in visual studio 2010 -


working on client server solution. client 1 project, server project. running 2 instances of vs 2010 1 client , 1 server. manually running server waiting start. running client. far good. can start multiple projects in same sln , use feature want start client prj after server prj has started. can ? worst case there way can delay start of second project x secs can use 1 sln. thanks

you can use "start options" of client project , configure run server first ("start external program")


Comments