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 [EMAIL PROTECTED]

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 [EMAIL PROTECTED]  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.
+
+
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to