How to run WCF service and Silverlight 3 client app in one VS debug session
Is this possible? I have a solution with both projects, I just want to be able to hit F5 and debug both client and server at t开发者_运维问答he same time. Thanks!
If I were doing this I would open the solution twice - two instances of visual studio - once for each thing being debugged.
Found the answer to this one. In VS:
- Right-click on the solution in the Solution Explorer window, and select Properties.
- Select the Startup Projects property page.
- Select Multiple Startup Projects
- Choose the Projects that you want to startup on F5
精彩评论