Tubulação nomeada não encontrada ao usar o WCN netNamedPipeBinding

Eu sou o desenvolvedor de um serviço WCF. Meus clientes de teste trabalham muito bem com isso. Mas quando se trata de clientes reais (usando o mesmo proxy cliente), ele falha. O mesmo serviço WCF funciona com netTcpBinding, esse erro ocorre apenas com netNamedPipeBinding, mesmo com ConcurrencyMode = ConcurrencyMode.Single

Aqui está a exceção

Não havia nenhum ponto de extremidade escutando em net.pipe: // localhost / MyService que pudesse aceitar a mensagem. Isso geralmente é causado por um endereço incorreto ou ação SOAP. Veja InnerException, se presente, para mais detalhes.

Rastreio de pilha do servidor: em

System.ServiceModel.Channels.PipeConnectionInitiator.GetPipeName (Uri uri) em System.ServiceModel.Channels.NamedPipeConnectionPoolRegistry.NamedPipeConnectionPool.GetPoolKey (endereço EndpointAddress, Uri via) em System.ServiceModel.Channels.CommunicationPool`2.TakeConnection (endereço EndpointAddress, Uri via , TimeSpan timeout, TKey & key) em System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection (TimeSpan timeout) em System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen (TimeSpan timeout) em System.ServiceModel.Channels.CommunicationObject.Open (TimeSpan timeout) em System.ServiceModel.Channels.ServiceChannel.OnOpen (TimeSpan timeout) em System.ServiceModel.Channels.CommunicationObject.Open (TimeSpan timeout) em System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce (TimeSpan timeout, CallOnceManager em cascata)
em System.ServiceModel.Channels.ServiceChannel.EnsureOpened (TimeSpan timeout) em System.ServiceModel.Channels.ServiceChannel.Call (ação String, onwest booleano, operação ProxyOperationRuntime, Object [] ins, saídas Object [], tempo limite TimeSpan) em System. ServiceModel.Channels.ServiceChannelProxy.InvokeService (IMethodCallMessage methodCall, operação ProxyOperationRuntime) em System.ServiceModel.Channels.ServiceChannelProxy.Invoke (mensagem de mensagem)

Exceção relançada em [0]: em System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage (IMessage reqMsg, IMessage retMsg) em System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke (MessageData & msgData, Int32 type) em

Exceção Interna

PipeException: "O ponto final do pipe 'net.pipe: // localhost / MyService' não foi encontrado em sua máquina local."