[Mono-bugs] [Bug 50963][Cri] New - System.Globalization.CultureInfo raises exception

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Nov 2003 19:51:50 -0500 (EST)


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 dan@atacomm.com.

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

--- shadow/50963	2003-11-13 19:51:50.000000000 -0500
+++ shadow/50963.tmp.5361	2003-11-13 19:51:50.000000000 -0500
@@ -0,0 +1,47 @@
+Bug#: 50963
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 9.0
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 080 Two weeks
+Priority: Critical
+Component: System
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: dan@atacomm.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Globalization.CultureInfo raises exception
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+System.Globalization.CultureInfo is causing an exception while 
+initializing a dataset using code thats built by Visual Studio .NET 2003.
+
+Steps to reproduce the problem:
+1. Create new copy of the data set
+2. Exception occurs
+
+How often does this happen? 
+Everytime.  Also searching for the 
+System.Globalization.CultureInfo:Construct string on google shows someone 
+having an identical problem from 2 weeks ago, and it was not related to 
+the datasets, but instead Http.  This appears to be a larger problem than 
+just working with datasets.
+
+Additional Information:
+Unhandled Exception: System.ArgumentException: An invalid argument was 
+specified.
+in (unmanaged) /usr/lib/libmono.so.0(mono_raise_exception+0x1b) 
+[0x40087dc7]
+in (unmanaged) /usr/lib/libmono.so.0 [0x400ae469]
+in <0x0005a> System.Globalization.CultureInfo:Construct (int,string,bool)
+in <0x00098> System.Globalization.CultureInfo:.ctor (string,bool)
+in <0x00012> System.Globalization.CultureInfo:.ctor (string)
+in <0x000d4> Atacomm.Data.IPCentrex.IpCentrexDataSet:InitClass ()
+in <0x00020> Atacomm.Data.IPCentrex.IpCentrexDataSet:.ctor ()
+in <0x0004f> Atacomm.Data.IPCentrex.Test:GetTestDataSet ()