Activities of "liangshiwei"

Hi

I think the answer can help you: https://support.abp.io/QA/Questions/671/ABP-Suite-throws-Cannot-read-the-template-VoloAbpCommercialSuiteTemplatesTemplatesXXXX

See https://github.com/abpframework/abp/pull/6747

Hi,

Try:

@for (var i = 0; i < Model.OrganizationUnits.Length; i++)
{
    var organizationUnits = Model.OrganizationUnits[i];
    <input asp-for="@organizationUnits.IsAssigned" id="OrganizationUnits_@(i)__IsAssigned" name="OrganizationUnits[@i].IsAssigned">
    <input asp-for="@organizationUnits.DisplayName" id="OrganizationUnits_@(i)__DisplayName" name="OrganizationUnits[@i].DisplayName" />
    <input asp-for="@organizationUnits.Id" id="OrganizationUnits_@(i)__Id" name="OrganizationUnits[@i].Id" />
}

We will try to improve performance in the next version.

See https://github.com/abpframework/abp/pull/6734

Has been solve.

You are missing some project refenence.

Hi,

I will check it out. thanks.

Hi,

We are using identityserver token endpoint. see https://docs.identityserver.io/en/dev/endpoints/token.html

Hi,

We have fixed this problem, you can upgrade to 4.0.2 version.

See https://github.com/abpframework/abp/pull/6701

Hi,

Can you share some screenshots?

Showing 6081 to 6090 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 12, 2025, 10:20