WCF Named Pipe Error: The pipe has been ended. (109, 0x6d)
问题 I have looked at the other posts dealing with "The pipe has been ended. (109, 0x6d)" but none of them have solved my problem. I have a relatively simple setup bases off of this blog: http://tech.pro/tutorial/855/wcf-tutorial-basic-interprocess-communication I feel like I follow it pretty closely, only removing the HTTP binding. Here is the server code: public class InterProcessServer : IInterProcessServer { private ServiceHost _host = null; public event EventHandler<CommandLineArgsEventArgs>