.Net 3.5 Windows Service hide WCF Service Host

Posted by Melursus on Stack Overflow See other posts from Stack Overflow or by Melursus
Published on 2009-04-15T18:58:41Z Indexed on 2010/04/08 22:33 UTC
Read the original article Hit count: 245

Filed under:
|
|
|
|

I got a Windows service installed on my development machine (that I made) and I want to interact with it. For a reason I don't know, each time I start the client, a WCF Service Host pop and said that the address is already in use ... which is true ... but how can I do to NOT start that Windows ?

Is it because my two projects (server and client) are in the same solution ?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about .net-3.5