Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "dschnitt"

Please disregard my previous message. I've already made it work. I needed to add the host instance subdomain to the list of alternative subdomains in AWS CloudFront.

Hi,

I'm not sure if this scenario is fully supported or not but those tables are defined in https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.ZeroCore.EntityFrameworkCore/Zero/EntityFrameworkCore/AbpZeroDbContext.cs and some of them are defined in https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/src/Abp.ZeroCore.EntityFrameworkCore/Zero/EntityFrameworkCore/AbpZeroCommonDbContext.cs

So, you can try removing base class from your DbContext and manually add entities to your DbContext.

Hi ismcagdas,

Thank you for your immediate response. Your advice really helped. However, I can't use the below definition, it says 'TUser' could not be found. I know I should not use the 'TUser', but I'm not sure what to use instead. Same for the TRoles and TTenants

public virtual DbSet<TUser> Users { get; set; }

public virtual DbSet<TRole> Roles { get; set; }

public virtual DbSet<TTenant> Tenants { get; set; }

Please help us again. Thank you.

Answer

which versions of chrome and firefox?

what about safari?

thanks

Showing 1 to 3 of 3 entries