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?
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?
9
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 visual-studio
You are not signed in. Login or sign up in order to post.
http://stackoverflow.com/a/3850044/6809703
– TotallyUncool