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 !