Hi,
It looks like your project has some problems,but it's complated, can you provide simple project to reproduce? thanks.
Hi,
The Register page is not an extended UI
You need to overriding the User Interface: https://docs.abp.io/en/abp/latest/UI/AspNetCore/Customization-User-Interface
Hi,
Did you re-create migration file?
Hi,
Could you try again? it work fo me and could you provide steps if still error.
HI,
Sure thing, please email me shiwei.liang@volosoft.com
Hi,
Using blazor UI module is no different from web UI module. You just need to add module dependencies to the application.
example:
[DependsOn(typeof(BlazorModuleUIModule))]
public class BlazorAppModule
[DependsOn(typeof(BlazoApplicationModule))]
public class BlazorApplicationModule
[DependsOn(typeof(BlazoDomainModule))]
public class BlazorDomainModule
etc..
Hi,
You can refer the MyProjectNameEntityFrameworkCoreTestModule .
https://github.com/abpframework/abp/blob/a5cf5364356c741a0b92c99e23ddeb367d374e50/templates/app/aspnet-core/test/MyCompanyName.MyProjectName.EntityFrameworkCore.Tests/EntityFrameworkCore/MyProjectNameEntityFrameworkCoreTestModule.cs#L18
Hi,
Can I check it remotely? shiwei.liang@volosoft.com
HI,
Hi,
Did you add the module dependcy?
[DependsOn(typeof(AbpBlobStoringAzureModule))]