[Mono-bugs] [Bug 79712][Nor] New - Assembly culture is ignored when loading assembly using AssemblyName

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Oct 20 18:39:50 EDT 2006


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 gert.driesen at pandora.be.

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: mono-bugs at ximian.com                            
+ReportedBy: gert.driesen at pandora.be               
+QAContact: mono-bugs at ximian.com
+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]


More information about the mono-bugs mailing list