12:46:48 18 March 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.<OnTime>b__0() in E:\Dev\AppService\AppService\Classes\Dashboard.cs:line 1212
--------------------------------------------------