I get this error after upgrading to 9.1 from 9.0. I have run the configuration wizard and it didn't help.
Orion Website Error
An error has occurred with the Orion website.
Additional Information
System.ArgumentOutOfRangeException: Year, Month, and Day parameters describe an un-representable DateTime.
at System.DateTime.DateToTicks(Int32 year, Int32 month, Int32 day)
at SolarWinds.Orion.Web.Charting.Periods.Parse(String& periodName, DateTime& periodBegin, DateTime& periodEnd, Int32& sampleSize, String& sampleName, Boolean& isCustom) in C:\Source\OrionNPM\DEV\Release\Orion\Core\9.1\OrionCommon\OrionWebAssembly\Charting\Periods.cs:line 305
at SolarWinds.Orion.Web.Charting.Periods.Parse(String& periodName, DateTime& periodBegin, DateTime& periodEnd) in C:\Source\OrionNPM\DEV\Release\Orion\Core\9.1\OrionCommon\OrionWebAssembly\Charting\Periods.cs:line 419
at Orion_ResourceWrapper.SetDrDownMenuParameters(String chartName, ResourceInfo resource, String prefix)
at CustomNodeChart.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at Orion_ResourceContainer.ResourcePlaceHolder_DataBind(Object sender, EventArgs e)
at System.Web.UI.Control.OnDataBinding(EventArgs e)
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at System.Web.UI.WebControls.Repeater.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem)
at System.Web.UI.WebControls.Repeater.CreateControlHierarchy(Boolean useDataSource)
at System.Web.UI.WebControls.Repeater.OnDataBinding(EventArgs e)
at System.Web.UI.WebControls.Repeater.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at System.Web.UI.Control.DataBindChildren()
at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
at System.Web.UI.Control.DataBind()
at Orion_ResourceContainer.DataBind()
at Orion_NetPerfMon_NodeDetails.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)