Activities of "lizhaofeng"

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

  • ABP Framework version: v8.3.3
  • UI Type: MVC Basic Theme
  • Database System: EF Core
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Create an MVC project and add docs module. How to add a footer after using Multi Language Mode.

Showing 1 to 10 of 82 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.2.0-preview. Updated on March 25, 2025, 11:10