[Mono-bugs] [Bug 76809][Nor] Changed - [PATCH] TargetInvocationException when calling Activator.CreateInstance

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Dec 1 22:05:30 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 robertj at gmx.net.

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

--- shadow/76809	2005-12-01 21:34:09.000000000 -0500
+++ shadow/76809.tmp.2585	2005-12-01 22:05:30.000000000 -0500
@@ -188,6 +188,26 @@
 
 
 ------- Additional Comments From robertj at gmx.net  2005-12-01 21:34 -------
 Created an attachment (id=16149)
 RemotingServicesTest.cs.diff  (Unit Test)
 
+
+------- Additional Comments From robertj at gmx.net  2005-12-01 22:05 -------
+I rephrase the problem:
+
+.NET seems to accept URLs that starts with 
+RemotingConfiguration.ApplicationName:
+
+server:
+  ApplicationName: fooBar
+  Object URI: test.rem
+
+client:
+  GetObject ("tcp://localhost:1234/test.rem") -> okay
+  GetObject ("tcp://localhost:1234/fooBar/test.rem") -> okay
+
+W/out the patch mono would reject /fooBar/test.rem.
+
+The patch simply allows URLs to start with the ApplicationName
+as well. It is supposed the be non-intrusive. I hope it is ;-)
+


More information about the mono-bugs mailing list