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=79712 --- shadow/79712 2006-10-20 18:39:50.000000000 -0400 +++ shadow/79712.tmp.15811 2006-10-20 18:39:50.000000000 -0400 @@ -0,0 +1,39 @@ +Bug#: 79712 +Product: Mono: Runtime +Version: 1.1 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Assembly culture is ignored when loading assembly using AssemblyName + +Currently, we ignore the culture of an assembly when we load an assembly +using an AssemblyName. + +The repro will load compile an assembly with neutral culture, and +subsequently load it (from a console app) with Culture set to nl-BE. + +The culture-neutral assembly is stored in a directory named nl-BE, but +Mono should throw a FileLoadException as it does not match the specified +culture (nl-BE). + +To reproduce, extract the attached (gzipped) tar and run make. + +Expect result: + +No errors (which is the result you get on .NET 1.1 and 2.0). + +Actual result: + +Unhandeled Exception: System.Exception: #1 + at Test.Assert.Fail (System.String msg) [0x00000] + at Test.MAin () [0x00000] _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
