[Mono-bugs] [Bug 74716][Nor] New - Not loading the right version when using 2.0

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 24 Apr 2005 18:44:15 -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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74716

--- shadow/74716	2005-04-24 18:44:15.000000000 -0400
+++ shadow/74716.tmp.22579	2005-04-24 18:44:15.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 74716
+Product: Mono: Runtime
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Not loading the right version when using 2.0
+
+Compile the attached test case using gmcs.
+
+Then run:
+mono load.exe System.Security
+
+Actual results:
+LoadWithPartialName: System.Security, Version=1.0.5000.0, Culture=neutral,
+PublicKeyToken=b03f5f7f11d50a3a
+
+Expected results:
+LoadWithPartialName: System.Security, Version=2.0.0.0, Culture=neutral,
+PublicKeyToken=b03f5f7f11d50a3a