Hi guys,
I have a new constant error when creating new rows in Visual Editor:
2022-08-02 15:07:02.633: Exception of type 'System.Web.HttpUnhandledException' was thrown.
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown.
System.ArgumentOutOfRangeException: Index must be within the bounds of the List. Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
at System.Collections.Generic.List`1.Insert(Int32 index, T item)
at Dynamicweb.Admin.GridRowEdit.SaveRow(GridRow row, NewRowDefinition definition, IEnumerable`1 rows)
at Dynamicweb.Admin.GridRowEdit.Page_Load(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.admin_content_gridrowedit_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
2022-08-02 15:07:02.639: Request headers: [ "Connection", "Content-Length", "Content-Type", "Accept", "Accept-Encoding", "Accept-Language", "Cookie", "Host", "Referer", "User-Agent", "Origin", "Upgrade-Insecure-Requests", "DNT", "Sec-GPC" ]
2022-08-02 15:07:02.639: Request item keys: [ "AspSessionIDManagerInitializeRequestCalled", "Dynamicweb.Controls.Resources.Current", "AspSession", "Dynamicweb.Environment.Web", "ExecutionTableMapper", "EditForm.RestoredForms", "alternateUrlKey", "Dynamicweb.RewriteUrl", "owin.Environment" ]
2022-08-02 15:07:02.639: Request form: [ "__VIEWSTATE", "__VIEWSTATEGENERATOR", "__EVENTVALIDATION", "cmd", "SelectedItemType", "PageID", "ID", "SortIndex", "GridId", "Container", "VisualEditor", "content", "align", "bgColor", "color", "verticalMargin", "verticalPadding", "fullPadding", "RowValidFrom", "RowValidFrom_notSet", "RowValidTo", "RowValidTo_notSet" ]
Everything worked well until today.
Solution is 9.13.5.
Thank you,
Adrian