Hello Everyone,
I have created a server object extension and its working fine i am getting only problem when i am trying to install it German system.the decimal point on German system is comma "," not decimal point "." so data is not parsed. could i change or define the localization of data communication is in US-EN or i have to check the data explicitly.or i have to change the localization setting of ArcGIS Server
Thanks
Can you give details where the code fails. Also in Italy there is comma decimal separator but I have no problem.
You need to to specify that you do the parsing with the "InvariantCulture" as the "format provider" which uses a "." as decimal separator. Depending on what classes an methods you use for parsing this will look different.