Activities of "liangshiwei"

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,

  • Steps to reproduce the issue:

Hi,

Did you add the module dependcy?

[DependsOn(typeof(AbpBlobStoringAzureModule))]

We need you to use a template project to reproduce this problem and provide full steps. thanks.

Showing 5931 to 5940 of 6692 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 16, 2025, 10:35