A
Andreas Michaelou
From a windows service I am calling a method from an assembly that
does some processing and stores some records in an SQL database.
I am using the dot(.) as my decimal point. When I call this method it
considers the dot(.) as the grouping symbol.
When I call the same method from a web application where I have the
default culture as en-GB it works fine.
I was wondering if this is a culture problem, and if yes how can I set
the culture in windows service
The service runs under Win2k SP4
does some processing and stores some records in an SQL database.
I am using the dot(.) as my decimal point. When I call this method it
considers the dot(.) as the grouping symbol.
When I call the same method from a web application where I have the
default culture as en-GB it works fine.
I was wondering if this is a culture problem, and if yes how can I set
the culture in windows service
The service runs under Win2k SP4