[Mono-bugs] [Bug 81930][Wis] New - Creating an instance on mono produces a read-only object. On .Net a writable

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jun 22 09:11:53 EDT 2007


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 m.konijnenburg at amolf.nl.

http://bugzilla.ximian.com/show_bug.cgi?id=81930

--- shadow/81930	2007-06-22 09:11:53.000000000 -0400
+++ shadow/81930.tmp.642	2007-06-22 09:11:53.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 81930
+Product: Mono: Class Libraries
+Version: 1.2
+OS: other
+OS Details: 2.6.12-1.1381_FC3smp x86_64
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: m.konijnenburg at amolf.nl               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Creating an instance on mono produces a read-only object. On .Net a writable
+
+CultureInfo current = new CultureInfo(CultureInfo.CurrentCulture.LCID);
+current.NumberFormat.NumberGroupSeparator = ",";
+
+Throws a readOnlyException in Mono, very reproducable, in .Net object is
+writable.


More information about the mono-bugs mailing list