Search code examples
visual-studiovisual-studio-2010visual-studio-2015

Running two projects at once in Visual Studio


I created a solution in Visual C# 2010 Express that contains two projects: one is the client, the other is the server. I would like to debug both at the same time, but I can only seem to run one of the projects during debugging.

Is there a way to run both at once?


Solution

  • Go to Solution properties → Common PropertiesStartup Project and select Multiple startup projects.

    Solution properties dialog