[Mono-bugs] [Bug 74716][Nor] Changed - Not loading the right version when using 2.0
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 3 May 2005 13:03:13 -0400 (EDT)
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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74716
--- shadow/74716 2005-04-27 07:34:26.000000000 -0400
+++ shadow/74716.tmp.32229 2005-05-03 13:03:13.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 74716
Product: Mono: Runtime
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: lluis@ximian.com
ReportedBy: gonzalo@ximian.com
QAContact: mono-bugs@ximian.com
@@ -42,6 +42,9 @@
------- Additional Comments From lluis@ximian.com 2005-04-27 07:34 -------
The proposed patch makes LoadWithPartialName behave like in MS.NET.
The current implementation just loads the first assembly it finds in
the gac. After the patch, the method will load the latest version, and
will also honor the culture, token and specific version if provided in
the partial name.
+
+------- Additional Comments From lluis@ximian.com 2005-05-03 13:03 -------
+Fix in SVN.