Starting multiple projects when debugging in Visual Studio 2010

后端 未结 1 389
时光取名叫无心
时光取名叫无心 2020-12-18 21:09

In Visual Studio 2010, I have a web application and a console application (actually a service using NServiceBus, but it runs locally as a console application) that I want to

相关标签:
1条回答
  • 2020-12-18 21:12

    You can start multiple projects by choosing multiple projects to start and the order by right clicking on the solution node on the solution explorer and selecting Properties from the menu. Select the radio button for "Multiple startup projects" and choose the action as Start for the required projects.

    0 讨论(0)
提交回复
热议问题