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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
