Activities of "liangshiwei"

ok. thanks.

Hi,

Ok, maybe something wrong.

Can you provide the full steps that I can reproduce the problem? thanks.

PS: I don't have a database from two years ago

which project in the module I need to package as there are many projects inside module solution

You need to pack all the projects in the src directory

Hi,

ABP will try to create IStringLocalizer by the default resource type.

You can try:

Configure<AbpLocalizationOptions>(options =>
{
    options.DefaultResourceType = typeof(MyProjectNameResource);
}

Hi,

1.

ABP will generate pages for each UI(Blazor,Angular,MVC)

2.

You can use a private Nuget server: https://learn.microsoft.com/en-us/nuget/hosting-packages/overview

Publish the module packages to a private Nuget server and install them in your solution

Hi,

Open the index.html of .Blazor project and make sure the placeholder exists, it should be like this:

Hi,

Is this working for you? https://support.abp.io/QA/Questions/4603/AntiforgeryValidationException-while-trying-to-enter-SettingManagement

BTW, you can also check this:

https://support.abp.io/QA/Questions/4408/Error-An-internal-error-occurred-during-your-request-400-While-Login-using-angular

Hi,

Sorry, but I can't see any error here.

When deploying you need to do some configuration, the document is for IdentityServer but is also used for OpenIddict.

You can check this:

https://docs.abp.io/en/commercial/latest/guides/identityserver-deployment

Hi,

Change the database connection strong to my current running database which created by 2 year ago and working well after I upgrade to ABP 7.1.1

I think the main problem may be caused by the database, can you share the DB file to reproduce the problem? shiwei.liang@volosoft.com

Showing 3981 to 3990 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