有关 WCF 的一些错误处理

错误消息:

System.ServiceModel.EndpointNotFoundException: 无法调度消息,因为终结点地址“net.tcp://localhost/xxx.svc”上的服务对该地址的协议不可用。

解决方法:

1、确认相关应用程序中的协议中,包含 net.tcp;

2、重启一下 net.tcp 的相关监听服务。。。

你可能感兴趣的:(有关 WCF 的一些错误处理)