[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 09:26:33 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 carlos at applianz.com.

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

--- shadow/76789	2005-11-23 04:19:34.000000000 -0500
+++ shadow/76789.tmp.20194	2005-11-23 09:26:33.000000000 -0500
@@ -71,6 +71,21 @@
     HttpChannel chan = new HttpChannel(0);
 
 Now the first option is not working. It is the same behavior as 
 in .NET
 
 Svetlana
+
+------- Additional Comments From carlos at applianz.com  2005-11-23 09:26 -------
+My code still works on ms.net (I don't know about 2.0). 
+I am guessing the channel registration issue would be on the remoting
+client and this is how I get remoting setup in there:
+
+ <system.runtime.remoting>
+      <application>
+         <channels>
+            <channel ref="http"/>
+         </channels>
+      </application>
+   </system.runtime.remoting>
+
+


More information about the mono-bugs mailing list