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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 13 Nov 2003 20:15:56 -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.5526	2003-11-13 20:15:56.000000000 -0500
@@ -42,6 +42,12 @@
 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 ()
+
+------- Additional Comments From dan@atacomm.com  2003-11-13 20:15 -------
+The C# file created by Visual Studio after parsing the XSD file has 
+the line: 
+
+this.Locale = new System.Globalization.CultureInfo("en-US");