search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

error with recurrence exception

Asked by jub
11 years ago.

Hi all,

When i try to read some recurrence exception event from database, i have this error:

System.FormatException: La chaîne n'a pas été reconnue en tant que DateTime valide.
à System.DateTimeParse.ParseExact(String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style)
à System.DateTime.ParseExact(String s, String format, IFormatProvider provider)
à DayPilot.Web.Ui.Recurrence.RecurInfo.ParseSortable(String source)
à DayPilot.Web.Ui.Recurrence.RecurEx.Parse(String input, String id, Object tag)
à DayPilot.Web.Ui.Recurrence.RecurInfo.Parse(String src, String id, DateTime start, DateTime end, Object tag)
à DayPilot.Web.Ui.DayPilotMonth.PerformDataBinding(IEnumerable retrievedData)
à DayPilot.Web.Ui.DayPilotMonth.OnDataSourceViewSelectCallback(IEnumerable retrievedData)
à System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback)
à DayPilot.Web.Ui.DayPilotMonth.PerformSelect()
à System.Web.UI.WebControls.BaseDataBoundControl.DataBind()

Could you help me. Thanks guys !

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.