- This topic has 0 replies, 1 voice, and was last updated 5 days, 18 hours ago by
jursery.
-
AuthorPosts
-
August 12, 2025 at 8:18 pm #65530
I am running a clean copy of QuickApp Pro V9.19.0 in Visual Studio 2022 V17.14.12 (debug build) on Windows 11 Pro v 24H2 with Node.Js V22.18.0×64 and .NET Version 9.0.304. I periodically get the following error. I’m guessing it is a compatibility problem with ASP.NET 9 and OpenIddict V 5.8 and/or Quartz V3.13. Do you have a fix for this problem? Thanks.
Quartz.JobExecutionException: One or more errors occurred. (Method not found: ‘System.Threading.Tasks.Task
1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable
1<!!0>, System.Threading.CancellationToken)’.) (Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable
1<!!0>, System.Threading.CancellationToken)’.)
—> System.AggregateException: One or more errors occurred. (Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable
1<!!0>, System.Threading.CancellationToken)’.) (Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable
1<!!0>, System.Threading.CancellationToken)’.)
—> System.MissingMethodException: Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable
1<!!0>, System.Threading.CancellationToken)’.
at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore
at OpenIddict.Core.OpenIddictTokenManager1.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
1.OpenIddict.Abstractions.IOpenIddictTokenManager.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
at OpenIddict.Core.OpenIddictTokenManager
at OpenIddict.Quartz.OpenIddictQuartzJob.Execute(IJobExecutionContext context)
— End of inner exception stack trace —
—> (Inner Exception #1) System.MissingMethodException: Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable
1<!!0>, System.Threading.CancellationToken)’.
at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore
at OpenIddict.Core.OpenIddictAuthorizationManager1.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
1.OpenIddict.Abstractions.IOpenIddictAuthorizationManager.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
at OpenIddict.Core.OpenIddictAuthorizationManager
at OpenIddict.Quartz.OpenIddictQuartzJob.Execute(IJobExecutionContext context)<—— End of inner exception stack trace —
at OpenIddict.Quartz.OpenIddictQuartzJob.Execute(IJobExecutionContext context)
at OpenIddict.Quartz.OpenIddictQuartzJob.Execute(IJobExecutionContext context)
at Quartz.Core.JobRunShell.Run(CancellationToken cancellationToken) [See nested exception: System.AggregateException: One or more errors occurred. (Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable
1<!!0>, System.Threading.CancellationToken)’.) (Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable
1<!!0>, System.Threading.CancellationToken)’.)
—> System.MissingMethodException: Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable
1<!!0>, System.Threading.CancellationToken)’.
at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore
at OpenIddict.Core.OpenIddictTokenManager1.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
1.OpenIddict.Abstractions.IOpenIddictTokenManager.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
at OpenIddict.Core.OpenIddictTokenManager
at OpenIddict.Quartz.OpenIddictQuartzJob.Execute(IJobExecutionContext context)
— End of inner exception stack trace —
—> (Inner Exception #1) System.MissingMethodException: Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable
1<!!0>, System.Threading.CancellationToken)’.
at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine& stateMachine)
at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore
at OpenIddict.Core.OpenIddictAuthorizationManager1.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
1.OpenIddict.Abstractions.IOpenIddictAuthorizationManager.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
at OpenIddict.Core.OpenIddictAuthorizationManager
at OpenIddict.Quartz.OpenIddictQuartzJob.Execute(IJobExecutionContext context)<—
] -
AuthorPosts
- You must be logged in to reply to this topic.