使用双工通信在MONO中使用WCF的例外情况

时间:2013-04-06 07:58:26

标签: wcf mono nettcpbinding duplex

当我尝试运行我的项目(使用双工Net TCP连接)时,我正在使用.NET 4.0,在MONO上,我得到以下例外:

“System.ServiceModel.MonoInternal.DuplexServiceRuntimeChannel”类型的异常对象与System.Reflection.MonoMethod.Invoke(System.Object obj,BindingFlags invokeAttr,System.Reflection)中的目标类型“System.ServiceModel.IClientChannel”不匹配。 Binder binder,System.Object []参数,System.Globalization.CultureInfo文化)[0x00078] /mcc/mono/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:243   at System.Reflection.MethodBase.Invoke(System.Object obj,System.Object [] parameters)[0x00000] in /mcc/mono/mono/mcs/class/corlib/System.Reflection/MethodBase.cs:114   在/mcc/mono/mono/mcs/class/System.ServiceModel/System.ServiceModel/ClientRealProxy.cs:100中的System.ServiceModel.ClientRealProxy.DoInvoke(IMessage inputMessage)[0x0003a]   在/mcc/mono/mono/mcs/class/System.ServiceModel/System.ServiceModel/ClientRealProxy.cs:86中的System.ServiceModel.ClientRealProxy.Invoke(IMessage inputMessage)[0x00000]   在System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(System.Runtime.Remoting.Proxies.RealProxy rp,IMessage msg,System.Exception& exc,System.Object []& out_args)[0x0009c] in / mcc / mono /mono/mcs/class/corlib/System.Runtime.Remoting.Proxies/RealProxy.cs:193

有谁知道我做错了什么?

0 个答案:

没有答案