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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Dec 5 10:52:24 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-05 07:34:32.000000000 -0500
+++ shadow/76809.tmp.24474	2005-12-05 10:52:24.000000000 -0500
@@ -223,6 +223,12 @@
 t = RemotingServices.GetServerTypeForUri ("app/obj"); // this returns null
 t = RemotingServices.GetServerTypeForUri ("/whatever/obj"); // this
 returns null
 t = RemotingServices.GetServerTypeForUri ("/obj"); // this works
 
 
+
+------- Additional Comments From robertj at gmx.net  2005-12-05 10:52 -------
+Thanks! the uri "app/obj" returned != null under mono.
+
+I'm attaching a new patch and test cases.
+


More information about the mono-bugs mailing list