[Mono-bugs] [Bug 78464][Nor] Changed - Assembly.Location is zero-length string if assembly was first loaded from byte array

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun May 21 16:17:41 EDT 2006


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 at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=78464

--- shadow/78464	2006-05-20 11:48:08.000000000 -0400
+++ shadow/78464.tmp.14798	2006-05-21 16:17:41.000000000 -0400
@@ -165,6 +165,13 @@
 Location: /home/monohead/mono/install/lib/mono/1.0/mscorlib.dll
 ---
 
 As you can see, the bug78464 assembly is loaded three times on 
 MS.NET and twice on Mono in the "After load from file" step.
 
+
+------- Additional Comments From vargaz at gmail.com  2006-05-21 16:17 -------
+According to my understanding of the .net assembly loading process,
+there should be only one assembly for each assembly name inside an
+appdomain. MS.NET seems to violate this, so I'm not sure what we need
+to do here.
+


More information about the mono-bugs mailing list