[Mono-bugs] [Bug 76454][Wis] Changed - Problems with MarshalByRefObject remoting, channels and webservices.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Oct 17 07:03:03 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=76454

--- shadow/76454	2005-10-16 16:45:41.000000000 -0400
+++ shadow/76454.tmp.16520	2005-10-17 07:03:03.000000000 -0400
@@ -338,6 +338,22 @@
 		//private String test = null;
 	}
 }
 
 =====================================================
 
+
+------- Additional Comments From robertj at gmx.net  2005-10-17 07:03 -------
+I think the following code doesn't work on mono,
+because mono always registers at least one
+channel, the crossappdomain channel:
+
+if (ChannelServices.RegisteredChannels.Length <=0)
+
+However, this is not a bug. You're assuming something,
+that cannot be assumed ;-)
+
+Move the channel configuration into web.config
+or use another sentinel, like a static member.
+
+
+


More information about the mono-bugs mailing list