0

QuickApp Pro running in debug mode on Visual Studio 2022 on Windows 11 Pro error

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #65530
    jursery
    Member

      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.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable1<!!0>, System.Threading.CancellationToken)’.) (Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable1<!!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.IQueryable1<!!0>, System.Threading.CancellationToken)’.) (Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable1<!!0>, System.Threading.CancellationToken)’.)
      —> System.MissingMethodException: Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable1<!!0>, System.Threading.CancellationToken)’.
      at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine&amp; stateMachine)
      at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore
      5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      at OpenIddict.Core.OpenIddictTokenManager1.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      at OpenIddict.Core.OpenIddictTokenManager
      1.OpenIddict.Abstractions.IOpenIddictTokenManager.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      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.IQueryable1<!!0>, System.Threading.CancellationToken)’.
      at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine&amp; stateMachine)
      at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore
      5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      at OpenIddict.Core.OpenIddictAuthorizationManager1.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      at OpenIddict.Core.OpenIddictAuthorizationManager
      1.OpenIddict.Abstractions.IOpenIddictAuthorizationManager.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      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.IQueryable1<!!0>, System.Threading.CancellationToken)’.) (Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable1<!!0>, System.Threading.CancellationToken)’.)
      —> System.MissingMethodException: Method not found: ‘System.Threading.Tasks.Task1<Int32> Microsoft.EntityFrameworkCore.RelationalQueryableExtensions.ExecuteDeleteAsync(System.Linq.IQueryable1<!!0>, System.Threading.CancellationToken)’.
      at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine&amp; stateMachine)
      at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreTokenStore
      5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      at OpenIddict.Core.OpenIddictTokenManager1.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      at OpenIddict.Core.OpenIddictTokenManager
      1.OpenIddict.Abstractions.IOpenIddictTokenManager.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      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.IQueryable1<!!0>, System.Threading.CancellationToken)’.
      at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      at System.Runtime.CompilerServices.AsyncMethodBuilderCore.Start[TStateMachine](TStateMachine&amp; stateMachine)
      at OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreAuthorizationStore
      5.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      at OpenIddict.Core.OpenIddictAuthorizationManager1.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      at OpenIddict.Core.OpenIddictAuthorizationManager
      1.OpenIddict.Abstractions.IOpenIddictAuthorizationManager.PruneAsync(DateTimeOffset threshold, CancellationToken cancellationToken)
      at OpenIddict.Quartz.OpenIddictQuartzJob.Execute(IJobExecutionContext context)<—
      ]

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.