Im having troulble with a fresh dynamic web installation (version 18.16.0.12) with an sql database (or Access). Its not possible to save a paragraph on a page.
As described on this thread:
http://developer.dynamicweb.dk/Forum-17061.aspx?action=ShowThread&ThreadID=1247
- I've downloaded the latest defaultemptydata set - and set the update to 100, 180, 0 and 280 ... but the bug is still there :)
What am I missing?
Server Error in '/' Application.
You cannot add or change a record because a related record is required in table 'Page'.
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.Data.OleDb.OleDbException: You cannot add or change a record because a related record is required in table 'Page'.
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:
[OleDbException (0x80004005): You cannot add or change a record because a related record is required in table 'Page'.]
System.Data.Common.DbDataAdapter.UpdatedRowStatusErrors(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, Int32 commandCount) +1343191
System.Data.Common.DbDataAdapter.UpdatedRowStatus(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, Int32 commandCount) +45
System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows, DataTableMapping tableMapping) +2323
System.Data.Common.DbDataAdapter.UpdateFromDataTable(DataTable dataTable, DataTableMapping tableMapping) +42
System.Data.Common.DbDataAdapter.Update(DataSet dataSet, String srcTable) +176
System.Data.Common.DbDataAdapter.Update(DataSet dataSet) +12
Dynamicweb.DataManager.updateDataSet(DataSet objDataset) +32
Dynamicweb.Modules.Common.DbHandler.UpdateDataSet(DataSet ds) +35
Dynamicweb.Modules.Common.DbObject.Save() +203
Dynamicweb.Content.Paragraph.Save() +12
Dynamicweb.Admin.ParagraphEdit.SaveParagraph() +605
Dynamicweb.Admin.ParagraphEdit.Page_Load(Object sender, EventArgs e) +409
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074