当我尝试连接我的客户端 - 服务器服务时出现问题,一个是Mono-debian,另一个是Windows。在原始.NET或debian下自托管的服务正常工作。
在debian上的Mono抛出异常,同时他从Windows上的服务器获得响应,同时通过lan网络调用带有回调处理程序的 ,其功能如下:
bool HeartbeatSimple(){return true;}
接收此消息程序时会抛出:
抛出了System.Xml.XmlException:期待 得到了来自命名空间http://tempuri.org/的HeartbeatSimpleResponse标记 心跳和http://tempuri.org/而不是
我真的指望你的帮助!