How do I start a second console application in Visual Studio when one is already running

Posted by Kettenbach on Stack Overflow See other posts from Stack Overflow or by Kettenbach
Published on 2010-04-02T05:34:50Z Indexed on 2010/04/02 5:43 UTC
Read the original article Hit count: 509

Filed under:
|
|
|
|

Hi All,

I am working through some examples in a WCF book. There is a Host project and Client project within a single solution. Both are console applications. The Host is the startup app, but the Client app doesn't seem to open the Console like the book says. Book says while the Host is running, run the Client. The Run button is disabled tho as it is already running. The book example definitely has them in the same solution and a single instance of Visual Studio. Anyways, what am I missing here? I have done this with two instances of VS, but I truly have never does this in a single instance. Any help is always appreciated.

Cheers, ~ck in San Diego

© Stack Overflow or respective owner

Related posts about visual

Related posts about studio