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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Apr 7 18:15:18 EDT 2006


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	2006-04-07 18:07:47.000000000 -0400
+++ shadow/76809.tmp.457	2006-04-07 18:15:18.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 76809
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: amk at pobox.sk               
 QAContact: mono-bugs at ximian.com
@@ -249,6 +249,21 @@
 ------- Additional Comments From robertj at gmx.net  2005-12-06 19:25 -------
 Fixed in SVN r54010.
 
 
 ------- Additional Comments From robertj at gmx.net  2006-04-07 18:07 -------
 *** Bug 78039 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From robertj at gmx.net  2006-04-07 18:15 -------
+> The patch looks almost correct. You should make sure the following
+> tests cases work like in MS.NET:
+> t = RemotingServices.GetServerTypeForUri ("app/obj"); // this
+returns null
+
+
+The 2nd patch broke the CAO case it again.
+
+It seems that RemotingServices.GetIdentityForUri and
+RemotingServices.GetServerTypeForUri need more love.
+
+I'm looking at it.
+


More information about the mono-bugs mailing list