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=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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
