[Mono-bugs] [Bug 78464][Nor] New - 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
Sat May 20 06:08:20 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=78464
--- shadow/78464 2006-05-20 06:08:19.000000000 -0400
+++ shadow/78464.tmp.25199 2006-05-20 06:08:19.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 78464
+Product: Mono: Runtime
+Version: 1.1
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Assembly.Location is zero-length string if assembly was first loaded from byte array
+
+When an assembly is first loaded from a byte array, and subsequently
+loaded from a file then Assembly.Location of the assembly loaded from a
+file is an empty string.
+
+To reproduce, compile and run the attached repro.
+
+Actual result:
+
+Failure #2
+
+Expect result:
+
+No output
+
+Note:
+
+I'll also add a unit test for this issue to AssemblyTest.cs later.
More information about the mono-bugs
mailing list