Server Error in '/' Application.
--------------------------------------------------------------------------------
Not a legal OleAut date.
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.ArgumentException: Not a legal OleAut date.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: Not a legal OleAut date.]
System.DateTime.DoubleDateToTicks(Double value) +2611384
System.DateTime.FromOADate(Double d) +21
System.Data.OleDb.ColumnBinding.Value_DATE() +43
System.Data.OleDb.ColumnBinding.Value() +329
System.Data.OleDb.OleDbDataReader.GetValue(Int32 ordinal) +27
System.Data.OleDb.OleDbDataReader.get_Item(Int32 index) +7
Dxbbs.DAL.PublicDAL.Refresh_BoardActive(DataBase db) +286
Dxbbs.DAL.PublicDAL.Refresh_Cache() +2741
Dxbbs.BLL.Forum.get_ForbiddenIP() +29
Dxbbs.BLL.Public.CheckIP() +45
Dxbbs.User_Online.Page_Load(Object sender, EventArgs e) +26
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061