R
Roman
Hi,
We use a function to get the current decimal separator from a
WindowsServer:
CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator[0]
This was running fine for many Years. In the last few months something
happend and this function starts to throw exceptions: Index was
outside the bounds of the array
The function is used from a Windows Service running under the local
system account. The regional settings are ok and it is working when I
call as a user (local admin)
What's going wrong here?
Regards
Roman
We use a function to get the current decimal separator from a
WindowsServer:
CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator[0]
This was running fine for many Years. In the last few months something
happend and this function starts to throw exceptions: Index was
outside the bounds of the array
The function is used from a Windows Service running under the local
system account. The regional settings are ok and it is working when I
call as a user (local admin)
What's going wrong here?
Regards
Roman