C# Windows Service not using Regional Settings info -
i have .exe file generate date in mm/dd/yy if set short date format in regional settings dd/mm/yy. when execute .exe manually, correct output.
but when use c# windows service ( running local system), .exe gives different format. means, c# windows service not read regional settings.
running on windows xp , c# 2.0
Comments
Post a Comment