WCF over named pipes

Posted by Christoph on Stack Overflow See other posts from Stack Overflow or by Christoph
Published on 2009-10-13T16:08:23Z Indexed on 2010/05/05 23:58 UTC
Read the original article Hit count: 364

Filed under:
|
|

Hi I have a problem with following scenario:

There is a windows service running which spawns several processes. These processes open a WCF service host over a named pipe binding. Now the parent windows service tries to ping (connect) to the child processes using the wcf proxy over the well known named pipe. This, however fails saying: "Endpoint not found"

If I run the parent process as a console application it works fine.

Any ideas? I was thinking about permissions but the child processes should inherit the permission of the service, besides they are in the same session as well.

thanks, Christoph

© Stack Overflow or respective owner

Related posts about wcf

Related posts about windows-services