i m located in India (working as software developer) and working on application that was not used in India (used in UK) but when used outside UK used to give "Tick Error"
Interface: It's Win Forms of .NET2003 (using framework 1.1)
Middle Tier: web services using globalization part settings as :
a) requestEncoding ="UTF-8"
b) responseEncodin g="UTF-8"
c) culture="en-GB"
d) uiculture="en-GB"
I think this error comes when date time value is parsed from India to UK and vice versa.
Please suggest some solution and it makes various calles to the middle tier component and complex calculations are done.
Interface: It's Win Forms of .NET2003 (using framework 1.1)
Middle Tier: web services using globalization part settings as :
a) requestEncoding ="UTF-8"
b) responseEncodin g="UTF-8"
c) culture="en-GB"
d) uiculture="en-GB"
I think this error comes when date time value is parsed from India to UK and vice versa.
Please suggest some solution and it makes various calles to the middle tier component and complex calculations are done.
Comment