![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi NG ! I run the following code on a Windows XP Professional SP2 and it works fine...no Problem: System.Globalization.NumberFormatInfo numberFormatInfo = System.Threading.Thread.CurrentThread.CurrentUICul ture.NumberFormat.Clone() as System.Globalization.NumberFormatInfo; numberFormatInfo.NaNSymbol = "?"; myDataSet.Locale.NumberFormat = numberFormatInfo; But as soon as I run the same code (compiled) on a Windows XP Professional SP2 with MUI support (for NLS support) the code crashes at the line : myDataSet.Locale.NumberFormat = numberFormatInfo; Why ? How can it be, that a code runs one time well and one time not ? Thanks for hints |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |