Hi,
I'm rendering the user address in the address loop and displaying it on the frontend. However, when I try to edit it, I get an error.
This doesn't happen with any of the other addresses, only with the user address.
See the video below:
https://www.screencast.com/t/SnwBXZl2
This is the error I'm getting:
An error occurred while attaching module (Dynamicweb.Frontend.Content)
System.Data.DBConcurrencyException: Concurrency violation: the UpdateCommand affected 0 of the expected 1 records. at System.Data.Common.DbDataAdapter.UpdatedRowStatusErrors(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, Int32 commandCount) at System.Data.Common.DbDataAdapter.UpdatedRowStatus(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, Int32 commandCount) at System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows, DataTableMapping tableMapping) at System.Data.Common.DbDataAdapter.UpdateFromDataTable(DataTable dataTable, DataTableMapping tableMapping) at System.Data.Common.DbDataAdapter.Update(DataSet dataSet, String srcTable) at Dynamicweb.Data.DataManager.Update(DataSet dataSet, Boolean acceptChangesDuringFill) at Dynamicweb.Data.DbObject.Save() at Dynamicweb.Security.UserManagement.User.Save() at Dynamicweb.UserManagement.Frontend.Frontend.SaveAddress(ParagraphSettings settings, User& currentUser) at Dynamicweb.UserManagement.Frontend.Frontend.HandleManageAddresses(ParagraphSettings settings, Template& template, User currentUser) at Dynamicweb.UserManagement.Frontend.Frontend.GetContent() at Dynamicweb.Frontend.Content.GetModuleOutput(Paragraph paragraph, PageView pageview)