Activities of "liangshiwei"

Hi

Have you check the document?

https://docs.abp.io/en/commercial/latest/modules/payment

Hi,

Could you share a small project to reproduce the problem? I will check it. thanks. shiwei.liang@volosoft.com

Hi,

You can try this:

@using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.TopMenu.Navigation
@using Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.TopMenu.MainHeader
@using Volo.Abp.DependencyInjection

@inherits  MainHeader
@attribute [Dependency(ReplaceServices = true)]
@attribute [ExposeServices(typeof(MainHeader))]

<header>
    <div class="lpx-header-top">
        <MainHeaderBranding/>
        <Addons>
            <Addon AddonType="AddonType.Body">
                <TextEdit Placeholder="Search for institution" />
            </Addon>
            <Addon AddonType="AddonType.End">
                <Button Color="Color.Secondary">Search</Button>
            </Addon>
        </Addons>
        <div class="lpx-header-bottom lpx-nav">
            <nav class="lpx-nav">
                <ul class="lpx-nav-menu">
                    <MainMenu />
                </ul>
            </nav>
        </div>
        <MainHeaderToolbar Reverse="true" />
    </div>
    
</header>

Answer

Hi,

Could you share the full code?

Hi,

ABP does not implement refresh token for MAUI Blazor, I will add it in next version

Hi,

No, ABP no longer uses package Microsoft.AspNetCore.Mvc.Versioning

You must ensure all the ABP packages are upgraded to 8.1.1, and the LeptonX theme version is 3.1.x

I updated my Volo.Abp packages this morning and am now getting a new set of errors:

you need to rebuild, try dotnet clean & abp clean.

Hi,

It looks like a cert problem.

Will this can help you?

https://github.com/dotnet/maui/discussions/8131#discussioncomment-2971214

Hi,

Could you share the code of MauiModule class?

Hi,

Just like this:

Showing 2111 to 2120 of 6693 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.1.0-preview. Updated on November 04, 2025, 06:41