11:22:38 02 July 2025 Snapshot isolation transaction failed in database 'tempdb' because the object accessed by the statement has been modified by a DDL statement in another concurrent transaction since the start of this transaction. It is disallowed because the metadata is not versioned. A concurrent update to metadata can lead to inconsistency if mixed with snapshot isolation. at System.Data.SqlClient.SqlCommand.ExecuteReader() at AppService.Classes.Dashboard.<>c__DisplayClass12_0.b__0() in E:\Dev\AppService\AppService\Classes\Dashboard.cs:line 1212 -------------------------------------------------- 18:42:10 02 July 2025 An error occurred while updating the entries. See the inner exception for details. An error occurred while updating the entries. See the inner exception for details. at System.Data.Entity.Internal.InternalContext.SaveChanges() at AppService.Controllers.MeetingCompanyController.save(MeetingCompaniesDataModel meetingDataModel, Int32 mode) in E:\Dev\AppService\AppService\Controllers\MeetingCompanyController.cs:line 44 --------------------------------------------------