hello
page Administration\Settings works fine onn my local iis, but when deployed to the server it throws an error
i am sending the log , and TimingAppService.cs and TimeZoneService.cs as email please advise
tried to search for similar issues : #4951 but did not help
5 Answer(s)
-
0
Hi @avanekar02,
You need to upgrade your ABP version to solve this problem. What is your current ABP nuget package version ?
-
0
Hi @avanekar02, can you share the full error stack trace (from
App_Data/Log.txt
) here as well? -
0
how do i check my current ABP nuget package version ? and can you send me the link from where i can download or do i do it from my package manager
-
0
-
0
Hi,
Your problem says that;
"An unhandled exception has occurred: "Aleutian Standard Time" was not recognized as a valid IANA time zone name, or has no equivalant Windows time zone."
This timezone exist in ABP's latest version, see https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp/Timing/Timezone/Mapping/WindowsZones.xml#L687. So, the problem might be something else.