In a same solution of Visual Studio I created two projects, the first to execute a Socket Server and the second as a Client Socket that will send a file, however I am having difficulties to execute the two projects at the same time, some solution?
In a same solution of Visual Studio I created two projects, the first to execute a Socket Server and the second as a Client Socket that will send a file, however I am having difficulties to execute the two projects at the same time, some solution?
A manual way would be to run a project, then go to Solution Explorer and right click on the other project, choose Debug > Start new instance