[Mono-bugs] [Bug 78465][Nor] New - Assembly.Location wrong for assembly loaded in separate domain

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat May 20 06:29:44 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=78465

--- shadow/78465	2006-05-20 06:29:44.000000000 -0400
+++ shadow/78465.tmp.26186	2006-05-20 06:29:44.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 78465
+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 wrong for assembly loaded in separate domain
+
+When a dynamically emitted assembly is first loaded from a byte array an 
+is subsequently loaded from a file in a separate appdomain, then 
+Assembly.Location does not hold the path from which the assembly was 
+loaded.
+
+To reproduce, compile and run the attached code snippet.
+
+Actual result:
+
+Failure #3: expected 'bug78465.dll', but was 'data-0x<some value>'.
+
+Expected result:
+
+No output
+
+Note:
+
+I'll added a unit test for this issue to AssemblyTest.cs later today (and 
+mark it NotWorking for now).


More information about the mono-bugs mailing list