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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=76636 --- shadow/76636 2005-11-05 09:47:56.000000000 -0500 +++ shadow/76636.tmp.15647 2005-11-05 09:51:32.000000000 -0500 @@ -2,22 +2,22 @@ Product: Mono: Runtime Version: unspecified OS: All OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: Cc: -Summary: Runtem and assembly version selection is non MS.NET compatible +Summary: Runtime and assembly version selection is not MS.NET compatible MS.NET uses the available runtime with the lowest version number that is greather than or equal to the runtime version of the executed image. This behavior can be overriden using app.config. mscorlib.dll that belongs to the selected runtime is loaded regardless of app.config. All other assemblies are loaded using standard version matching even from the GAC. @@ -49,6 +49,28 @@ version selection. ------- Additional Comments From [EMAIL PROTECTED] 2005-11-05 09:47 ------- Created an attachment (id=16029) ImageRuntimeTest.zip + +------- Additional Comments From [EMAIL PROTECTED] 2005-11-05 09:51 ------- +The attached zip file contains some assemblies with different +runtime versions. ImageRuntimeTest_v1.0.3705.exe is the original all +other are hacked versions. + +Running ImageRuntimeTest.bat on Windows with MS.NET 1.0, 1.1 and 2.0 +results in the following: +Error message +Error message +Runtime version: 1.0.3705.6018 +Runtime version: 1.0.3705.6018 +Runtime version: 1.1.4322.2032 +Runtime version: 2.0.50727.42 +Runtime version: 2.0.50727.42 +Runtime version: 2.0.50727.42 +Runtime version: 2.0.50727.42 +Error message +Error message +Error message + +This is the expected behavior. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
