https://bugzilla.novell.com/show_bug.cgi?id=347174

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=347174#c2





--- Comment #2 from Gert Driesen <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to