0
Tisham.Ahuja created
- ABP Framework version: v7.2.2
- UI type: Blazor Server side assembly
- DB provider: EF Core
- Tiered (MVC)): yes
- Exception message and stack trace: System.MissingMethodException: 'Method not found: 'System.Threading.Tasks.Task Microsoft.EntityFrameworkCore.ChangeTracking.NavigationEntry.LoadAsync(System.Threading.CancellationToken)'.'
- Steps to reproduce the issue:" Run Auth server or DB migrator project.
When I run DB migrator project I get mentioned error. We are migrating existing code from non commercial soln to commercial solution.
Getting same exception, when I tried to locally login in Auth server:
4 Answer(s)
-
0
hi
How can I reproduce? Can it happen on a new template project?
-
0
Please check mail have shared logs
-
0
I can't reproduce with your project.
SG.RISE.DbMigrator % dotnet run SG.RISE.DbMigrator.csproj : warning NU1608: Detected package version outside of dependency constraint: Castle.Windsor 5.1.2 requires Castle.Core (>= 4.4.1 && < 5.0.0) but version Castle.Core 5.1.1 was resolved. SG.RISE.DbMigrator.csproj : warning NU1608: Detected package version outside of dependency constraint: Castle.Windsor 5.1.2 requires Castle.Core (>= 4.4.1 && < 5.0.0) but version Castle.Core 5.1.1 was resolved. [09:38:41 INF] Started database migrations... [09:38:41 INF] Migrating schema for host database... [09:38:43 INF] Executing host database seed... [09:38:45 INF] Successfully completed host database migrations. [09:38:45 INF] Successfully completed all database migrations. [09:38:45 INF] You can safely end this process...
-
0