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