We are running DNN 4.9.5 on a two server setup.
In the past week, we have had the following error on a daily basis.
Input string was not in a correct format.
DotNetNuke.Services.Exceptions.PageLoadException: Input string was not in a correct format. ---> System.FormatException: Input string was not in a correct format.at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)at System.Int32.Parse(String s)at DotNetNuke.Entities.Users.UserProfile.get_TimeZone()at DotNetNuke.Entities.Users.UserTime.get_ClientToServerTimeZoneFactor()at DotNetNuke.Entities.Users.UserTime.get_CurrentUserTime()at DotNetNuke.UI.Skins.Controls.CurrentDate.Page_Load(Object sender, EventArgs e)at System.Web.UI.Control.OnLoad(EventArgs e)at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Control.LoadRecursive()at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)--- End of inner exception stack trace ---
We have already done the below and found no issues.
http://blogs.snapsis.com/PermaLink,gu...
Every answer we have found basically says the same as the link.
The only thing we do to fix it is an iisreset. That said, our clients are not happy about it because we have to do it once per day.
There were no issues from March 5, 2010 until this past week. Any idea what could be causing this issue that an iisreset fixes? Could it be too much traffic for our servers?
Thanks
Chad