[Mono-bugs] [Bug 61152][Nor] Changed - system_assembly gets NULL when System.dll is loaded by reflection LoadFrom
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Oct 2004 18:05:41 -0400 (EDT)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61152
--- shadow/61152 2004-08-06 09:29:19.000000000 -0400
+++ shadow/61152.tmp.359 2004-10-25 18:05:41.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 61152
Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details: Linux Mandrake 10.0, mono 1.0
-Status: REOPENED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: nazgul@omega.pl
QAContact: mono-bugs@ximian.com
@@ -81,6 +81,9 @@
Assembly a = System.Reflection.Assembly.LoadFrom
("file:///usr/local/lib/mono/1.0/System.dll");
System.Net.Dns.GetHostByName ("localhost");
}
}
+
+------- Additional Comments From vargaz@gmail.com 2004-10-25 18:05 -------
+Fixed in CVS HEAD and the 1.0 branch.