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

Activities of "maliming"

It may be that you have a TenantId in your BinaryObject entity. You can add the TenantId parameter to the GetFile method and then switch tenantid in the method.

Have you run the yarn command in the Web.Public project?

fsevents is an optional dependency (see: yarn.lock). It is only needed if you want to run LedgerSubprovider in a Node environment (which is not supported on Linux without additional build-dependent dependencies). You can safely ignore this warning.

Answer

angular or mvc?

Please share the relevant code.

@joe704la

Please follow this issue. https://github.com/angular/angular-cli/issues/10641

public override void Initialize()
{
	IocManager.RegisterAssemblyByConvention(typeof(AbpZeroCoreEntityFrameworkCoreModule).GetAssembly());
}

Automatic registration by default according to the name convention, If you change the name you need to register it manually.

Generally, this will not happen if you have not modified the default project dependencies.

Does your MySystemEntityFrameworkCoreModule depend on AbpZeroCoreEntityFrameworkCoreModule? Does the AbpZeroDbMigrator class exist in the MySystemEntityFrameworkCore project?

public class AbpZeroDbMigrator : AbpZeroDbMigrator<AbpZeroTemplateDbContext>
    {
        public AbpZeroDbMigrator(
            IUnitOfWorkManager unitOfWorkManager,
            IDbPerTenantConnectionStringResolver connectionStringResolver,
            IDbContextResolver dbContextResolver) :
            base(
                unitOfWorkManager,
                connectionStringResolver,
                dbContextResolver)
        {

        }
    }

Are you deploying on Azure? related: https://github.com/aspnetzero/aspnet-zero-core/issues/1794

You can refer to the relevant discussion to see if it works for you?https://github.com/aspnetboilerplate/aspnetboilerplate/issues/2218

Showing 2481 to 2490 of 2998 entries