[Mono-bugs] [Bug 79720][Nor] Changed - [PATCH] Runtime should not search loaded assembly when using Assembly.Load
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 30 12:38:13 EST 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=79720
--- shadow/79720 2006-10-24 13:56:28.000000000 -0400
+++ shadow/79720.tmp.13432 2006-10-30 12:38:13.000000000 -0500
@@ -12,13 +12,13 @@
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: [PATCH] Runtime should not search loaded assembly when using Assembly.Load
-BugsThisDependsOn: 79732
+BugsThisDependsOn: 79732[FIXED]
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).
More information about the mono-bugs
mailing list