[Mono-bugs] [Bug 50469][Maj] Changed - Assembly.GetName().CodeBase is "" when it must be something else
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 3 Nov 2003 07:11:56 -0500 (EST)
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@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=50469
--- shadow/50469 2003-11-02 19:05:51.000000000 -0500
+++ shadow/50469.tmp.8518 2003-11-03 07:11:56.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 50469
Product: Mono/Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: yoros@wanadoo.es
QAContact: mono-bugs@ximian.com
@@ -20,6 +20,9 @@
named assembly, in MONO we get "".
Console.WriteLine(Assembly.Load("corlib").GetName().CodeBase);
In the other hand if I access to GetReferencedAssemblies (that is a
AssemblyName[]), I can get CodeBase for that AssemblyNames.
+
+------- Additional Comments From vargaz@freemail.hu 2003-11-03 07:11 -------
+Fixed in CVS.