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=79720 --- shadow/79720 2006-10-22 05:03:50.000000000 -0400 +++ shadow/79720.tmp.27821 2006-10-22 05:03:50.000000000 -0400 @@ -0,0 +1,27 @@ +Bug#: 79720 +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: Runtime should not search loaded assembly when using Assembly.Load + +Currently when an assembly is loaded using Assembly.Load (AssemblyName) +or Assembly.Load (string), the runtime will first search the loaded +assemblies to check whether the AssemblyName of one of these matches the +specified AssemblyName. This is done is mono_assembly_load_full +(assembly.c). + +However, this behavior does not match that of MS. + +I'll attach patches that fix this issue, and add unit tests for it. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
