[Mono-bugs] [Bug 79720][Nor] Changed - Runtime should not search loaded assembly when using Assembly.Load
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Oct 22 06:08:28 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 vargaz at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79720
--- shadow/79720 2006-10-22 05:03:50.000000000 -0400
+++ shadow/79720.tmp.28990 2006-10-22 06:08:28.000000000 -0400
@@ -2,13 +2,13 @@
Product: Mono: Runtime
Version: 1.1
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -22,6 +22,12 @@
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.
+
+------- Additional Comments From vargaz at gmail.com 2006-10-22 06:08 -------
+If we don't check that loaded assembly list, than we could have
+two assemblies with the same name inside the same appdomain, which
+does not seem right.
+
More information about the mono-bugs
mailing list