error using TaskQueueHistory

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
10/19/2010 4:02:00 AM
Gravatar
Total Posts 108
Community Expert

error using TaskQueueHistory

I get this error every time I try to see the taskQueueHistory

2010-10-19 10:57:41,031 ERROR mojoPortal.Web.mojoBasePage - myserver-es-ES - /Admin/TaskQueueHistory.aspx
System.ArgumentOutOfRangeException: El valor agregado o eliminado da como resultado un campo DateTime que no se puede representar.
Nombre del parámetro: value
en System.DateTime.AddTicks(Int64 value)
en System.DateTime.Add(Double value, Int32 scale)
en System.DateTime.AddHours(Double value)
en mojoPortal.Web.Framework.DateTimeHelper.Format(DateTime utcDate, TimeZoneInfo timeZone, String format, Double legacyOffset)
en ASP.admin_taskqueuehistory_aspx.__DataBind__control20(Object sender, EventArgs e)
en System.Web.UI.Control.OnDataBinding(EventArgs e)
en System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
en System.Web.UI.Control.DataBind()
en System.Web.UI.Control.DataBindChildren()
en System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
en System.Web.UI.Control.DataBind()
en System.Web.UI.Control.DataBindChildren()
en System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)
en System.Web.UI.Control.DataBind()
en System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource)
en System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding)
en System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data)
en System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data)
en System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data)
en System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
en System.Web.UI.WebControls.DataBoundControl.PerformSelect()
en System.Web.UI.WebControls.BaseDataBoundControl.DataBind()
en System.Web.UI.WebControls.GridView.DataBind()
en mojoPortal.Web.AdminUI.TaskQueueHistoryPage.BindGrid()
en mojoPortal.Web.AdminUI.TaskQueueHistoryPage.PopulateControls()
en mojoPortal.Web.AdminUI.TaskQueueHistoryPage.Page_Load(Object sender, EventArgs e)
en System.Web.UI.Control.OnLoad(EventArgs e)
en mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e)
en System.Web.UI.Control.LoadRecursive()
en System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 

10/19/2010 6:35:30 AM
Gravatar
Total Posts 18439

Re: error using TaskQueueHistory

Hi,

This is fixed in the source code repository and will be fixed in the next release.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.