Hi guys,
I have a solution running on 9.13.7.
After the upgrade, we are seeing an error when sorting the products inside a favorite list:
Designs/Rapido/Json/eCom/CustomerCenter/SaveSortingEndpoint.cshtml"
System.InvalidOperationException: Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information.
at System.Data.Common.DbDataAdapter.UpdatingRowStatusErrors(RowUpdatingEventArgs rowUpdatedEvent, DataRow dataRow)
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.Ecommerce.CustomerCenter.CustomerProductListProduct.Save()
at CompiledRazorTemplates.Dynamic.RazorEngine_60001307cdcd42719e8bd93858a49424.Execute() in D:\dynamicweb.net\Solutions\Degree\kraemer.cloud.dynamicweb-cms.com\Files\Templates\Designs\Rapido\Json\eCom\CustomerCenter\SaveSortingEndpoint.cshtml:line 27
Anybody has any idea why? And how it can be fixed?
Thank you,
Adrian