Base solution for your next web application
Open Closed

Error on Administration/Setting link #6203


User avatar
0
avanekar02 created

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

thanks Anwar

tried to search for similar issues : #4951 but did not help


5 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @avanekar02,

    You need to upgrade your ABP version to solve this problem. What is your current ABP nuget package version ?

  • User Avatar
    0
    ryancyq created
    Support Team

    Hi @avanekar02, can you share the full error stack trace (from App_Data/Log.txt) here as well?

  • User Avatar
    0
    avanekar02 created

    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

  • User Avatar
    0
    avanekar02 created

    it is asp.net mvc core with jquery 6.0 and all abp version shows uptodate

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.