开发者

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

开发者 https://www.devze.com 2023-03-01 09:40 出处:网络
Working on a client server solution. Client is one project, server another project. Currently running t开发者_如何转开发wo instances of vs 2010 one for client and one for server. Manually running serv

Working on a client server solution. Client is one project, server another project. Currently running t开发者_如何转开发wo instances of vs 2010 one for client and one for server. Manually running server waiting for it to start. Then running client. So far so good. You can start multiple projects in the same sln and I could use this feature but I really want to start the client prj only after the server prj has started. Can I do this ? Worst case is there some way I can delay start of second project by x secs so I can use just one sln. thanks


You can use the "Start Options" of your client project and configure it for run the server first ("Start external program")

0

精彩评论

暂无评论...
验证码 换一张
取 消