Activities of "maliming"

Yes, you are right.

Upgrade Volo.Abp.Studio.* to >=0.9.25 if your project uses it(Packages name start with Volo.Abp.Studio).

https://abp.io/support/questions/8990/unregistered-version-of-Eziriz%27s-NET-Reactor#answer-3a18ca49-409a-d43e-0df5-8df4b150c93d

hi

Can you zip and share the bin folder of the error project?

liming.ma@volosoft.com

Thanks.

hi

Can you open your solution in VS Code and search for the Volo.Abp.Identity and Volo.Abp.Account keywords in all *.csproj files globally?

Because your projects do not use the package reference for the Account and Identity modules.

Great

hi

Can you try to change your Program.cs file to the new style?

You can create a new project and check its Program.cs and WebModule code.

eg: https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/Program.cs#L11-L56 https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/MyProjectNameWebModule.cs#L211-L252

Thanks.

hi

Not all your projects are using the source code references. Please check it.

Can you share all csproj files in your whole solution?

Great news. 👍

hi

You can change log level in SerilogConfigurationHelper.Configure(assemblyName); file

Can you set the MapInboundClaims property of AddJwtBearer/AddAbpJwtBearer method to false?


.AddAbpJwtBearer(options =>    {
    options.TokenValidationParameters = new TokenValidationParameters
    //...tions.MapInboundClaims = false;
    options.MapInboundClaims = false;
    //...
}

hi

Are you using the source code reference of account and openiddict modules?

Can you share your project source code?

Thanks.

hi

Your UrvinFinance.IdentityService.Application.Contracts/1.0.0 project uses the wrongdependencyy

Showing 1801 to 1810 of 11565 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.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.