Re: [Mono-dev] Mono 3.0.10: channel type IRequestSessionChannel is not supported.

2013-07-09 Thread Pierre Gronlier
Hi, I made this change in mono-3.0.12 (the files haven't change since 3.0.10 when I tried and the callstack is the same) but it is evaluated as false. Even if I force the condition to be true, the cast is failing. TChannel is of type IRequestSessionChannel. How could it cast a IRequestChannel

Re: [Mono-dev] Mono 3.0.10: channel type IRequestSessionChannel is not supported.

2013-05-17 Thread ticapix
I don't understand how to apply the proposed fix (http://permalink.gmane.org/gmane.comp.gnome.mono.devel/40283) in my case :( Which of the 6 frames of the stacktrace should be modified ? -- View this message in context:

Re: [Mono-dev] Mono 3.0.10: channel type IRequestSessionChannel is not supported.

2013-05-17 Thread Andres G. Aragoneses
On 17/05/13 07:16, ticapix wrote: I don't understand how to apply the proposed fix (http://permalink.gmane.org/gmane.comp.gnome.mono.devel/40283) in my case :( Which of the 6 frames of the stacktrace should be modified ? Line 85 of HttpChannelFactory?

[Mono-dev] Mono 3.0.10: channel type IRequestSessionChannel is not supported.

2013-05-15 Thread ticapix
Hi, Using mono 3.0.10, I'm trying to run a simple WCF service/client application. I put the code here https://github.com/ticapix/onvifserver/blob/master/playground/Program.cs This code is working fine under Windows8 .Net 4.5 in VS Express, but when I run it with Mono, I'm getting this

Re: [Mono-dev] Mono 3.0.10: channel type IRequestSessionChannel is not supported.

2013-05-15 Thread Andres G. Aragoneses
On 15/05/13 07:39, ticapix wrote: Hi, Using mono 3.0.10, I'm trying to run a simple WCF service/client application. I put the code here https://github.com/ticapix/onvifserver/blob/master/playground/Program.cs This code is working fine under Windows8 .Net 4.5 in VS Express, but when I run it