Activities of "lizhaofeng"

hi liangshiwei

It can successfully create a project using the following methods: 1.Upgrade the CLI to the latest version. 2.Add the parameters trust-version and old.

example: abp new Acme.BookStore -u blazor --separate-identity-server -ts "d://templates" --version 5.3.4 -dbms SqlServer -o "D:\test\456" --trust-version --old

hi maliming

The same error occurs after debug running.

ABP Framework version: v9.1.0 UI Type: MVC

Using CLI to check if already logged in

Add the following style to resolve. It was missing a ,

.ps__rail-x, .ps__rail-y {
  display: none;
}

hi maliming

Not resolved after the modification

abp v 9.0.0 leptonX tiered Blazor WebApp the toolbar does not disappear when returning to the homepage from other pages.

The Abp Suite CRUD Page Generator Property name did not remove the spaces. If it is a numerical type and filtering is enabled, the generated code will have errors.

hi,

Add LayoutHook has been implemented. Here is the code for the implementation:

 context.Services.Configure<AbpLayoutHookOptions>(options =>
        {
            options.Add(LayoutHooks.Body.Last, 
                typeof(MyFooterViewComponent),
                layout: StandardLayouts.Empty);
        });

Thanks.

hi maliming,

My mistake,how to add a footer after using Single Project Mode. Just like

hi maliming

By resolving issues with replace Blazor & Blazor.Client.

Thanks.

1.Abp studio currently does not support creating application modules. 2.How to Create a Non-Commercial Version of the Project

Showing 1 to 10 of 58 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 11, 2025, 10:10