[Mono-bugs] [Bug 29900][Wis] Changed - runtime doesn't reference assemblies correctly
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Tue, 18 Feb 2003 05:25:14 -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 patrik.torstensson@intel.com.
http://bugzilla.ximian.com/show_bug.cgi?id=29900
--- shadow/29900 Sun Dec 1 22:14:45 2002
+++ shadow/29900.tmp.7632 Tue Feb 18 05:25:14 2003
@@ -60,6 +60,14 @@
ugh, the above file is a .tar.gz
------- Additional Comments From gonzalo@ximian.com 2002-12-01 22:14 -------
*** This bug has been marked as a duplicate of 27663 ***
+
+------- Additional Comments From Patrik.Torstensson@intel.com 2003-02-18 05:25 -------
+This is not really a bug, the test case fails under MS.Net also. The
+assembly loading does a version checking (not yet in Mono) but two
+assemblies with default version information will be loaded as the
+same assembly (even on MS).
+
+This bug is marked as duplicate of 27663 and that's not correct.