With version 4.4,
EntityFrameworkCore.DbMigrations
project has been removed and DbContexts are unified. You can check this community article to understand the circumstances under that. If you were migrated your application from 4.3 to 4.4 please apply the steps in the article to unify your db context.Can you examine your db context class inherit from
ISaasDbContext
or not?[ReplaceDbContext(typeof(IIdentityProDbContext))] [ReplaceDbContext(typeof(ISaasDbContext))] //ensure this line is exists [ConnectionStringName("Default")] public class MyDbContext : AbpDbContext<MyDbContext>, IIdentityProDbContext, ISaasDbContext //ensure this line is exists { //... }
Hi @radhikashrotre, what is your ABP Framework version?
ABP FW 4.4
I am trying to join abp entities with userdefined tables e.g Abpuser and AbpOrganizationUnit
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings: