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

The old CLI cannot be used to create a project of a specific version.

1.Install CLI
dotnet tool install -g Volo.Abp.Cli --version 5.3.5
2.Create a project
abp new Acme.BookStore -u blazor --separate-identity-server -ts "d://app-5.3.4.zip" --version 5.3.4  -dbms SqlServer -o "D:\test\456"

If the version is changed to 5.3.5, projects can be created. However, the currently delivered version is 5.3.4, and upgrading to 5.3.5 would cause unnecessary complications. Is there any way to resolve this issue?

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 Framework version: v9.1.0
  • UI Type: MVC
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:

When scrolling to the bottom of any page, an exception occurs with the footer display.

https://github.com/abpframework/abp/issues/22173

  • Steps to reproduce the issue: 1.Create a new project abp new Acme.BookStore -dbms SQLite -m none --theme leptonx -csf 2.Run

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

Showing 1 to 10 of 83 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
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 June 20, 2025, 11:20