- ABP Framework version: v7.2.1
- UI type: Blazor
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
we updated our project from 6.0.0 to 7.2.1
It gives "'NovFlowDbContext' does not implement interface member 'IIdentityDbContext.UserDelegations' NovFlow.EntityFrameworkCore" error
can you help for this ?
9 Answer(s)
-
0
ok, Can you try to build your solution via
dotnet build?And you can use
dotnet ef add migrations Upgradeed_to_7_2https://learn.microsoft.com/en-us/ef/core/cli/dotnet#dotnet-ef-migrations-add
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
hi
Please resolve the 500 error first.
HTTP 500.30
https://learn.microsoft.com/en-us/aspnet/core/test/troubleshoot-azure-iis?WT.mc_id=DT-MVP-5003202&view=aspnetcore-7.0#50030-in-process-startup-failure
https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/logging-and-diagnostics?view=aspnetcore-7.0
https://blog.elmah.io/http-error-500-30-asp-net-core-app-failed-to-start-help/
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)





