[Mono-bugs] [Bug 74958][Nor] Changed - Assembly.Location should
return empty string if assembly was loaded from byte array
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 30 08:26:26 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 kornelpal at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74958
--- shadow/74958 2005-05-30 07:39:37.000000000 -0400
+++ shadow/74958.tmp.8920 2005-05-30 08:26:26.000000000 -0400
@@ -139,6 +139,11 @@
------- Additional Comments From vargaz at gmail.com 2005-05-30 07:39 -------
I'm not sure thats correct. MonoImage's are kept in a hash table
indexed by image->name. So if two of them has the same name (""), it
could lead to problems.
+
+------- Additional Comments From kornelpal at hotmail.com 2005-05-30 08:26 -------
+To avoid breaking that hash table you should use an internal
+identifier (can be string or integer) for the hash table and return
+empty string in Assembly.Location.
More information about the mono-bugs
mailing list