Run more than one project in Visual Studio

Asked

Viewed 2,773 times

5

In the same solution of Visual Studio I created two projects, the first to run a Server Socket and the second as a Client Socket that will send a file, but I’m having difficulties to run both projects at the same time, some solution?

  • 2

    http://stackoverflow.com/a/3850044/6809703

2 answers

9


In the solution properties (right click), you can configure it as "Multiple startup Projects" and choice in combo "Action" the desired option.

See in the image below:

propriedades da solução

1

A manual way would be to run a project, then go in Solution Explorer and right-click on the other project, choose the options Debug > Start new instance

Browser other questions tagged

You are not signed in. Login or sign up in order to post.