Hi,
I have an application developed in .Net which runs as a windows Service and a web client application that interacts with this Service.
This web application uses ActiveXViewer (report viewer) for displaying crystal reports.
In our reports, date and time fields are set to ‘System Default Date/time Format’.
The problem is that when a service is run through code (within Visual Studio 2003 .Net) the date and time for the records on the reports are displayed as per the date & time format set in the regional setting.
But when the application is run as standalone service i.e. when registered through installutil.exe and run from "Service", then the records on the viewer does not show date & time format as per Regional Settings.
Your help on this is appreciable.
Thanks in advance.
-Mak
I have an application developed in .Net which runs as a windows Service and a web client application that interacts with this Service.
This web application uses ActiveXViewer (report viewer) for displaying crystal reports.
In our reports, date and time fields are set to ‘System Default Date/time Format’.
The problem is that when a service is run through code (within Visual Studio 2003 .Net) the date and time for the records on the reports are displayed as per the date & time format set in the regional setting.
But when the application is run as standalone service i.e. when registered through installutil.exe and run from "Service", then the records on the viewer does not show date & time format as per Regional Settings.
Your help on this is appreciable.
Thanks in advance.
-Mak