[Mono-bugs] [Bug 69113][Maj] New - Assembly Loading w/ assemblies that are the same name but different version or token is broken
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Nov 2004 18:25:58 -0500 (EST)
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 tberman@off.net.
http://bugzilla.ximian.com/show_bug.cgi?id=69113
--- shadow/69113 2004-11-04 18:25:58.000000000 -0500
+++ shadow/69113.tmp.32631 2004-11-04 18:25:58.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 69113
+Product: Mono: Runtime
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: tberman@off.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: Assembly Loading w/ assemblies that are the same name but different version or token is broken
+
+If you load gtk-sharp 1.0.0.0 and then attempt to load gtk-sharp 2.0.0.0
+you are given back the 1.0.0.0 assembly.
+
+This comes down to mono_assembly_names_equal not taking into account
+version and token.