Server Error in '/' Application.

The time zone ID 'Alaska Standard Time' was not found on the local computer.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.TimeZoneNotFoundException: The time zone ID 'Alaska Standard Time' was not found on the local computer.

Source Error:


Line 1287:                            office.PatientMarketingPersonId = reader.GetInt32(5);
Line 1288:                            office.ContactUsPersonId = reader.GetInt32(6);
Line 1289:                            office.Timzone = TimeZoneInfo.FindSystemTimeZoneById(reader.GetString(7));
Line 1290:                            office.InfusionSoftGroupId = reader.GetInt32(8);
Line 1291:                            office.LeadBuildProId = reader.GetInt32(9);

Source File: c:\inetpub\vhosts\clubreduce.com\httpdocs\App_Code\ClubReduce\Backbone\Database\ClubReduceDatabase.cs    Line: 1289

Stack Trace:


[TimeZoneNotFoundException: The time zone ID 'Alaska Standard Time' was not found on the local computer.]
   System.TimeZoneInfo.FindSystemTimeZoneById(String id) +598
   ClubReduce.ClubReduceDatabase.GetOffice(String subdomain) in c:\inetpub\vhosts\clubreduce.com\httpdocs\App_Code\ClubReduce\Backbone\Database\ClubReduceDatabase.cs:1289
   ClubReduce.Pages.ContentPage.Page_Load(Object sender, EventArgs e) in c:\inetpub\vhosts\clubreduce.com\httpdocs\App_Code\ClubReduce\Backbone\PageTypes\ContentPage.cs:94
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4087.0