[Mono-bugs] [Bug 347174] Neutral language assemblies are loaded as language-specifc
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Dec 9 04:39:48 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=347174
User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=347174#c2
--- Comment #2 from Gert Driesen <gert.driesen at pandora.be> 2007-12-09 02:39:48 MST ---
It doesn't only apply to assembly loaded using Assembly.Load***, but also for
Assembly.GetReferenceAssemblies ().
Both problems are caused by the fact that we used
CultureInfo.CreateSpecificCulture in:
ves_icall_System_Reflection_Assembly_GetReferencedAssemblies (icall.c)
fill_reflection_assembly_name (icall.c)
I think we should add a new internal method to CultureInfo that returns a
writable CultureInfo, or use the CultureInfo(string) ctor. We can't use
GetCultureInfo(string) since it's 2.0 only, and returns a read-only
CultureInfo.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list