[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
Wed, 27 Apr 2005 07:34:26 -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:31:00.000000000 -0400
+++ shadow/74716.tmp.20070 2005-04-27 07:34:26.000000000 -0400
@@ -35,6 +35,13 @@
------- Additional Comments From lluis@ximian.com 2005-04-27 07:31 -------
Created an attachment (id=15022)
Proposed patch
+
+------- 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.