[Mono-bugs] [Bug 76789][Wis] Changed - Invalid port URI format exception during remoting call

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 23 04:19:34 EST 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 svetlanaz at mainsoft.com.

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

--- shadow/76789	2005-11-22 16:05:34.000000000 -0500
+++ shadow/76789.tmp.16352	2005-11-23 04:19:34.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: other
 OS Details: Gentoo 64bit
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: carlos at applianz.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -54,6 +54,23 @@
 running on xsp gets that instance and calls a few methods on it. All method
 calls work just fine other than one method call in which one of the
 parameteres passed on the method is also a marsha by ref object. But like I
 said this code worked on 1.1.9.2
 
 I will try to write up and example to reproduce it but can't make any promises.
+
+------- Additional Comments From svetlanaz at mainsoft.com  2005-11-23 04:19 -------
+The port number (can be zero for client channel) should be provided 
+when you create a HttpChannel if your want to receive callbacks:
+
+    HttpChannel chan = new HttpChannel(0);
+    ChannelServices.RegisterChannel(chan);
+
+In previous Mono version was no difference between 
+    HttpChannel chan = new HttpChannel();
+and
+    HttpChannel chan = new HttpChannel(0);
+
+Now the first option is not working. It is the same behavior as 
+in .NET
+
+Svetlana


More information about the mono-bugs mailing list