[Mono-dev] Mono 2.8.2 - WCF netTcpBinding System.NotImplementedException: UpgradeRequetRecord
Compy234
jimmy.lipham at catster.net
Mon Feb 28 22:58:37 EST 2011
Hey guys,
I am running Mono 2.8.2 on Ubuntu Server 10.10. I have a self-hosted WCF
service that communicates with clients over netTcpBinding (no security, very
vanilla). The service comes up and establishes a listener just fine. When a
client connects this is the error I get:
Exception during finishing channel acceptance.
System.NotImplementedException: UpgradeRequetRecord
at
System.ServiceModel.Channels.TcpBinaryFrameManager.ProcessPreambleRecipient
(Int32 initialByte) [0x00000] in <filename unknown>:0
at
System.ServiceModel.Channels.TcpBinaryFrameManager.ProcessPreambleRecipient
() [0x00000] in <filename unknown>:0
at System.ServiceModel.Channels.TcpDuplexSessionChannel.OnOpen (TimeSpan
timeout) [0x00000] in <filename unknown>:0
at System.ServiceModel.Channels.CommunicationObject.Open (TimeSpan
timeout) [0x00000] in <filename unknown>:0
at System.ServiceModel.Channels.CommunicationObject.Open () [0x00000] in
<filename unknown>:0
at System.ServiceModel.Dispatcher.ListenerLoopManager.ChannelAccepted
(IChannel ch) [0x00000] in <filename unknown>:0
at
System.ServiceModel.Dispatcher.ListenerLoopManager+<CreateAcceptor>c__AnonStorey1D`1[System.ServiceModel.Channels.IDuplexSessionChannel].<>m__23
(IAsyncResult result) [0x00000] in <filename unknown>:0
How can I fix this? I am not doing anything fancy in my implementation. This
is just a simple netTcpBinding listening for connections with some basic
methods (all primitive types). This works fine on Windows and MoMA doesn't
see any issues with it (but I know it doesn't drill down that far).
Any help is appreciated!
--
View this message in context: http://mono.1490590.n4.nabble.com/Mono-2-8-2-WCF-netTcpBinding-System-NotImplementedException-UpgradeRequetRecord-tp3329201p3329201.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
More information about the Mono-devel-list
mailing list