I've installed a local DW copy for development purposes using a local SQL Server database.
I can log on to the admin backend - I can create pages in the site tree - but when I try to save a new page paragraph, I get the following error:
"Kolonnen 'ParagraphPreview' tilhører ikke tabellen Table" (Danish XP Pro IIS)
and this stack trace:
[ArgumentException: Kolonnen 'ParagraphPreview' tilhører ikke tabellen Table.]
System.Data.DataRow.GetDataColumn(String columnName) +1775301
System.Data.DataRow.set_Item(String columnName, Object value) +12
Dynamicweb.Content.Paragraph.FillRow(DataRow row) +1155
Dynamicweb.Modules.Common.DbObject.Save() +192
Dynamicweb.Content.Paragraph.Save() +12
Dynamicweb.Admin.ParagraphEdit.SaveParagraph() +605
Dynamicweb.Admin.ParagraphEdit.Page_Load(Object sender, EventArgs e) +536
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Any idea what I did wrong?
Regards,
Kim J