Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 633
Tim Cooper Avatar asked Oct 03 '10 13:10

Tim Cooper


People also ask

How do I make multiple projects in one solution in Visual Studio?

To add existing projects to the solution: Right click the Solution node in Solution Explorer select Add -> Multiple Projects.

How do I debug two projects in Visual Studio?

On the Properties page, select Common Properties > Startup Project. Select Current selection, Single startup project and a project file, or Multiple startup projects. If you select Multiple startup projects, you can change the startup order and action to take for each project: Start, Start without debugging, or None.


1 Answers

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

Solution properties dialog

like image 194
Max Avatar answered Oct 27 '22 18:10

Max