[Mono-bugs] [Bug 60303][Nor] Changed -
AppDomain.CreateInstanceAndUnwrapFrom() flags implicate
different behaviour in .NET and Mono
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 30 15:45:57 EDT 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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=60303
--- shadow/60303 2004-06-23 21:58:41.000000000 -0400
+++ shadow/60303.tmp.16158 2005-05-30 15:45:57.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 60303
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: WinXP SP1 PL fully patched mono-beta2 .NET 1.1
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs at ximian.com
ReportedBy: infodate at aster.pl
QAContact: mono-bugs at ximian.com
@@ -106,6 +106,18 @@
Expected Results:
The same behaviour on both platforms. Both MS and Mono platforms solutions
are OK from logical point of view but obviously only one standardized
approach should prevail.
+
+------- Additional Comments From bmaurer at users.sf.net 2005-05-30 15:45 -------
+I can't reproduce this. I think it was fixed by:
+
+------------------------------------------------------------------------
+r29793 | lluis | 2004-06-17 13:55:06 -0400 (Thu, 17 Jun 2004) | 3 lines
+
+ * Activator.cs: In CreateInstance(), use Public|Instance if
+access binding
+ attributes are omitted.
+
+Reopen if this is not the case.
More information about the mono-bugs
mailing list