Hi all,
In a fresh dynamic web installation (version 18.16.0.12) with an sql database,
i have below error when saving a first paragraph in my first page.
What is going wrong?
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: Column 'ParagraphPreview' does not belong to table Table.
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: Column 'ParagraphPreview' does not belong to table Table.]
System.Data.DataRow.GetDataColumn(String columnName) +1962843
System.Data.DataRow.set_Item(String columnName, Object value) +14
Dynamicweb.Core.Paragraph.Save(DataRow row) +381
Dynamicweb.Core.Paragraph.Save() +252
Dynamicweb.Core.Paragraph.SaveWithAutoCreateOfPage() +51
Dynamicweb.Admin.Core.Paragraph.ParagraphEdit.SaveParagraph() +5609
Dynamicweb.Admin.Core.Paragraph.ParagraphEdit.Page_Load(Object sender, EventArgs e) +177
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
Server Error in '/' Application.
Column 'ParagraphPreview' does not belong to table Table.
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433