Activities of "radhikashrotre"

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 
{ 
    //... 
} 
  1. Yes, I have these lines of code in DBContext.
  2. I have used IdentityUser and IIdentityUserRepository to gather data for Users and OrganizationUnit with these I want to join based on condition my userdefined two entities.
  3. I have constructed a class where I have called IIdentityUserRepository, IdentityUser objects using Get method. Anything I need to change here.

Hi @radhikashrotre, what is your ABP Framework version?

ABP FW 4.4

Showing 1 to 2 of 2 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.