[Mono-bugs] [Bug 69113][Maj] Changed - 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
Tue, 9 Nov 2004 14:21:04 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=69113
--- shadow/69113 2004-11-04 18:25:58.000000000 -0500
+++ shadow/69113.tmp.31750 2004-11-09 14:21:04.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 69113
Product: Mono: Runtime
Version: 1.0
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Major
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: tberman@off.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -17,6 +17,9 @@
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.
+
+------- Additional Comments From vargaz@gmail.com 2004-11-09 14:21 -------
+Should be fixed in CVS.