Failed jobs do not become expired to allow you to re-queue them without any
time pressure. You should re-queue or delete them manually, or apply AutomaticRetry(OnAttemptsExceeded = AttemptsExceededAction.Delete)
attribute to delete them automatically.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 35 - An internal exception was caught)
Microsoft.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 35 - An internal exception was caught) ---> System.ComponentModel.Win32Exception: The connection attempt timed out.
at Microsoft.Data.SqlClient.ManagedSni.SniTcpHandle.Connect(String serverName, Int32 port, TimeoutTimer timeout, SqlConnectionIPAddressPreference ipPreference, String cachedFQDN, SQLDNSInfo& pendingDNSInfo)
at Microsoft.Data.SqlClient.ManagedSni.SniTcpHandle..ctor(String serverName, Int32 port, TimeoutTimer timeout, Boolean parallel, SqlConnectionIPAddressPreference ipPreference, String cachedFQDN, SQLDNSInfo& pendingDNSInfo, Boolean tlsFirst, String hostNameInCertificate, String serverCertificateFilename)
--- End of inner exception stack trace ---
at Microsoft.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, SqlCommand command, Boolean callerHasConnectionLock, Boolean asyncClose)
at Microsoft.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, TimeoutTimer timeout, SqlConnectionString connectionOptions, Boolean withFailover)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer timeout)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
at Microsoft.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, Boolean applyTransientFaultHandling, String accessToken, IDbConnectionPool pool, Func`3 accessTokenCallback)
at Microsoft.Data.SqlClient.ConnectionPool.WaitHandleDbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.SqlClient.ConnectionPool.WaitHandleDbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at Microsoft.Data.SqlClient.ConnectionPool.WaitHandleDbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at Microsoft.Data.SqlClient.ConnectionPool.WaitHandleDbConnectionPool.WaitForPendingOpen()
--- End of stack trace from previous location ---
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenInternalAsync(Boolean errorsExpected, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenAsync(CancellationToken cancellationToken, Boolean errorsExpected)
at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Query.Internal.SingleQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.EntityFrameworkQueryableExtensions.ToListAsync[TSource](IQueryable`1 source, CancellationToken cancellationToken)
at PGMS.DataProvider.EFCore.Services.BaseOperationEntityRepository`1.GetOperationAsync[TEntity](IUnitOfWork unitOfWork, Expression`1 filter, Func`2 orderBy, Int32 fetchSize, Int32 offset)
at PGMS.DataProvider.EFCore.Services.BaseEntityRepository`1.FindAllAsync[TEntity](Expression`1 filter, Func`2 orderBy)
at PGMS.DataProvider.EFCore.Services.BaseEntityRepository`1.FindAllAsync[TEntity](Expression`1 filter, Func`2 orderBy)
at TEQ.Core.AppCore.GameZone.Services.ActiveZoneProvider.GetActiveEfSystemZoneIdsAsync() in D:\a\1\s\src\TEQ.Core\AppCore\GameZone\Services\ActiveZoneProvider.cs:line 80
at TEQ.WorkerJobs.Jobs.BaseZoneAwareTask.ExecuteTask(PerformContext context, CancellationToken cancellationToken) in D:\a\1\s\src\TEQ.WorkerJobs\Jobs\BaseZoneAwareTask.cs:line 61
at TEQ.WorkerJobs.Jobs.BaseBackgroundTask.Execute(PerformContext context, CancellationToken cancellationToken) in D:\a\1\s\src\TEQ.WorkerJobs\Jobs\BaseBackgroundTask.cs:line 39
at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
An exception occurred during performance of the job. More details...
08/19/2026 20:00:17
System.FormatException (lw0mdlwk00007e:1846)
Input string was not in a correct format. Failure to parse near offset 39. Expected an ASCII digit.
System.FormatException: Input string was not in a correct format. Failure to parse near offset 39. Expected an ASCII digit.
at System.String.FormatHelper(IFormatProviderprovider, Stringformat, ReadOnlySpan`1args)
at TEQ.WorkerJobs.Jobs.ZoneHistory.ZoneHistorySampleTask.LogError(Exceptionex, Stringmessage, Object[]args) in D:\a\1\s\src\TEQ.WorkerJobs\Jobs\ZoneHistory\ZoneHistorySampleTask.cs:line 229
at TEQ.WorkerJobs.Jobs.ZoneHistory.ZoneHistorySampleTask.ExecuteTask(PerformContextcontext, CancellationTokencancellationToken) in D:\a\1\s\src\TEQ.WorkerJobs\Jobs\ZoneHistory\ZoneHistorySampleTask.cs:line 128
at TEQ.WorkerJobs.Jobs.BaseBackgroundTask.Execute(PerformContextcontext, CancellationTokencancellationToken) in D:\a\1\s\src\TEQ.WorkerJobs\Jobs\BaseBackgroundTask.cs:line 39
at InvokeStub_TaskAwaiter.GetResult(Object,Object, IntPtr*)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Objectobj, BindingFlagsinvokeAttr)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/19/2026 13:22:36
System.AggregateException (lw0mdlwk00007e:1844)
An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.)
System.AggregateException: An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.) ---> System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid.
at System.RuntimeMethodHandle.GetUtf8Name(RuntimeMethodHandleInternalmethod)
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/19/2026 13:22:36
System.AggregateException (lw0mdlwk00007e:1844)
An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.)
System.AggregateException: An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.) ---> System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid.
at System.RuntimeMethodHandle.GetUtf8Name(RuntimeMethodHandleInternalmethod)
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/19/2026 13:21:50
System.AggregateException (lw0mdlwk00007e:1844)
An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.)
System.AggregateException: An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.) ---> System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid.
at System.RuntimeMethodHandle.GetUtf8Name(RuntimeMethodHandleInternalmethod)
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/19/2026 13:21:50
System.AggregateException (lw0mdlwk00007e:1844)
An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.)
System.AggregateException: An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.) ---> System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid.
at System.RuntimeMethodHandle.GetUtf8Name(RuntimeMethodHandleInternalmethod)
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/19/2026 13:21:49
System.AggregateException (lw0mdlwk00007e:1844)
An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.)
System.AggregateException: An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.) ---> System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid.
at System.RuntimeMethodHandle.GetUtf8Name(RuntimeMethodHandleInternalmethod)
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/19/2026 13:21:50
System.AggregateException (lw0mdlwk00007e:1844)
An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.)
System.AggregateException: An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.) ---> System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid.
at System.RuntimeMethodHandle.GetUtf8Name(RuntimeMethodHandleInternalmethod)
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/19/2026 13:21:49
System.AggregateException (lw0mdlwk00007e:1844)
An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.)
System.AggregateException: An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.) ---> System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid.
at System.RuntimeMethodHandle.GetUtf8Name(RuntimeMethodHandleInternalmethod)
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/17/2026 16:12:45
System.AggregateException (lw0mdlwk00007e:1872)
An error occurred while writing to logger(s). (Index not found. (0x80131124))
System.AggregateException: An error occurred while writing to logger(s). (Index not found. (0x80131124)) ---> System.BadImageFormatException: Index not found. (0x80131124)
at System.RuntimeTypeHandle.ConstructName(QCallTypeHandlehandle, TypeNameFormatFlagsformatFlags, StringHandleOnStackretString)
at System.RuntimeTypeHandle.ConstructName(QCallTypeHandlehandle, TypeNameFormatFlagsformatFlags, StringHandleOnStackretString)
at System.RuntimeTypeHandle.ConstructName(TypeNameFormatFlagsformatFlags)
at System.RuntimeType.RuntimeTypeCache.ConstructName(String&name, TypeNameFormatFlagsformatFlags)
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/17/2026 16:12:45
System.AggregateException (lw0mdlwk00007e:1872)
An error occurred while writing to logger(s). (Index not found. (0x80131124))
System.AggregateException: An error occurred while writing to logger(s). (Index not found. (0x80131124)) ---> System.BadImageFormatException: Index not found. (0x80131124)
at System.RuntimeTypeHandle.ConstructName(QCallTypeHandlehandle, TypeNameFormatFlagsformatFlags, StringHandleOnStackretString)
at System.RuntimeTypeHandle.ConstructName(QCallTypeHandlehandle, TypeNameFormatFlagsformatFlags, StringHandleOnStackretString)
at System.RuntimeTypeHandle.ConstructName(TypeNameFormatFlagsformatFlags)
at System.RuntimeType.RuntimeTypeCache.ConstructName(String&name, TypeNameFormatFlagsformatFlags)
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/17/2026 16:11:59
System.AggregateException (lw0mdlwk00007e:1872)
An error occurred while writing to logger(s). (Index not found. (0x80131124))
System.AggregateException: An error occurred while writing to logger(s). (Index not found. (0x80131124)) ---> System.BadImageFormatException: Index not found. (0x80131124)
at System.RuntimeTypeHandle.ConstructName(QCallTypeHandlehandle, TypeNameFormatFlagsformatFlags, StringHandleOnStackretString)
at System.RuntimeTypeHandle.ConstructName(QCallTypeHandlehandle, TypeNameFormatFlagsformatFlags, StringHandleOnStackretString)
at System.RuntimeTypeHandle.ConstructName(TypeNameFormatFlagsformatFlags)
at System.RuntimeType.RuntimeTypeCache.ConstructName(String&name, TypeNameFormatFlagsformatFlags)
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/17/2026 16:11:59
System.AggregateException (lw0mdlwk00007e:1872)
An error occurred while writing to logger(s). (Index not found. (0x80131124))
System.AggregateException: An error occurred while writing to logger(s). (Index not found. (0x80131124)) ---> System.BadImageFormatException: Index not found. (0x80131124)
at System.RuntimeTypeHandle.ConstructName(QCallTypeHandlehandle, TypeNameFormatFlagsformatFlags, StringHandleOnStackretString)
at System.RuntimeTypeHandle.ConstructName(QCallTypeHandlehandle, TypeNameFormatFlagsformatFlags, StringHandleOnStackretString)
at System.RuntimeTypeHandle.ConstructName(TypeNameFormatFlagsformatFlags)
at System.RuntimeType.RuntimeTypeCache.ConstructName(String&name, TypeNameFormatFlagsformatFlags)
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/17/2026 16:11:59
System.AggregateException (lw0mdlwk00007e:1872)
An error occurred while writing to logger(s). (Index not found. (0x80131124))
System.AggregateException: An error occurred while writing to logger(s). (Index not found. (0x80131124)) ---> System.BadImageFormatException: Index not found. (0x80131124)
at System.RuntimeTypeHandle.ConstructName(QCallTypeHandlehandle, TypeNameFormatFlagsformatFlags, StringHandleOnStackretString)
at System.RuntimeTypeHandle.ConstructName(QCallTypeHandlehandle, TypeNameFormatFlagsformatFlags, StringHandleOnStackretString)
at System.RuntimeTypeHandle.ConstructName(TypeNameFormatFlagsformatFlags)
at System.RuntimeType.RuntimeTypeCache.ConstructName(String&name, TypeNameFormatFlagsformatFlags)
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/17/2026 16:11:59
System.AggregateException (lw0mdlwk00007e:1872)
An error occurred while writing to logger(s). (Index not found. (0x80131124))
System.AggregateException: An error occurred while writing to logger(s). (Index not found. (0x80131124)) ---> System.BadImageFormatException: Index not found. (0x80131124)
at System.RuntimeTypeHandle.ConstructName(QCallTypeHandlehandle, TypeNameFormatFlagsformatFlags, StringHandleOnStackretString)
at System.RuntimeTypeHandle.ConstructName(QCallTypeHandlehandle, TypeNameFormatFlagsformatFlags, StringHandleOnStackretString)
at System.RuntimeTypeHandle.ConstructName(TypeNameFormatFlagsformatFlags)
at System.RuntimeType.RuntimeTypeCache.ConstructName(String&name, TypeNameFormatFlagsformatFlags)
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/12/2026 13:22:57
System.AggregateException (lw1mdlwk000074:1903)
An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.)
System.AggregateException: An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.) ---> System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid.
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/12/2026 13:22:56
System.AggregateException (lw1mdlwk000074:1903)
An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.)
System.AggregateException: An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.) ---> System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid.
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/12/2026 13:22:56
System.AggregateException (lw1mdlwk000074:1903)
An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.)
System.AggregateException: An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.) ---> System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid.
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/12/2026 13:22:56
System.AggregateException (lw1mdlwk000074:1903)
An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.)
System.AggregateException: An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.) ---> System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid.
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)
Failed to change state to a 'Failed' one due to an exception after 10 retry attempts More details...
08/12/2026 13:22:56
System.AggregateException (lw1mdlwk000074:1903)
An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.)
System.AggregateException: An error occurred while writing to logger(s). (Format of the executable (.exe) or library (.dll) is invalid.) ---> System.BadImageFormatException: Format of the executable (.exe) or library (.dll) is invalid.
at System.Diagnostics.StackTrace.ToString(TraceFormattraceFormat, StringBuildersb)
at System.Exception.get_StackTrace()
at System.BadImageFormatException.ToString()
at Microsoft.Extensions.Logging.Console.SimpleConsoleFormatter.Write[TState](LogEntry`1&logEntry, IExternalScopeProviderscopeProvider, TextWritertextWriter)
at Microsoft.Extensions.Logging.Console.ConsoleLogger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Microsoft.Extensions.Logging.Logger.<Log>g__LoggerLog|14_0[TState](LogLevellogLevel, EventIdeventId, ILoggerlogger, Exceptionexception, Func`3formatter, List`1&exceptions, TState&state)
--- End of inner exception stack trace ---
at Microsoft.Extensions.Logging.Logger.ThrowLoggingError(List`1exceptions)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevellogLevel, EventIdeventId, TStatestate, Exceptionexception, Func`3formatter)
at Hangfire.AspNetCore.AspNetCoreLog.Log(LogLevellogLevel, Func`1messageFunc, Exceptionexception)
at Hangfire.Logging.LogExtensions.ErrorException(ILoglogger, Stringmessage, Exceptionexception)
at Hangfire.States.StateMachine.InvokeOnStateElection(KeyValuePair`2x)