Exception with WCF in MONO using Duplex Communication -


when try run project (with duplex net tcp connection), wich working net 4.0 verry well, on mono, got following exception:

exception object of type 'system.servicemodel.monointernal.duplexserviceruntimechannel' doesn't match target type 'system.servicemodel.iclientchannel' @ system.reflection.monomethod.invoke (system.object obj, bindingflags invokeattr, system.reflection.binder binder, system.object[] parameters, system.globalization.cultureinfo culture) [0x00078] in /mcc/mono/mono/mcs/class/corlib/system.reflection/monomethod.cs:243 @ system.reflection.methodbase.invoke (system.object obj, system.object[] parameters) [0x00000] in /mcc/mono/mono/mcs/class/corlib/system.reflection/methodbase.cs:114 @ system.servicemodel.clientrealproxy.doinvoke (imessage inputmessage) [0x0003a] in /mcc/mono/mono/mcs/class/system.servicemodel/system.servicemodel/clientrealproxy.cs:100 @ system.servicemodel.clientrealproxy.invoke (imessage inputmessage) [0x00000] in /mcc/mono/mono/mcs/class/system.servicemodel/system.servicemodel/clientrealproxy.cs:86 @ 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

has idea i'm doing wrong?


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -