Activities of "maliming"

hi

You can refer to these documents to implement it, I don't have ready code

https://abp.io/docs/latest/framework/infrastructure/blob-storing https://abp.io/docs/latest/framework/architecture/domain-driven-design/application-services#working-with-streams

You can download the source code of AccountPromodule to check the code of User avatar upload

Thanks.

: )

hi

We use dotnet dev-certs https to generate the pfx file.

dotnet dev-certs https -v -ep openiddict.pfx -p 2005-2D7AA457-5D33-48D6-936F-C48E5EF468ED

hi

It seems your pfx file has a permission problem

Microsoft.IdentityModel.Tokens.SecurityTokenKeyWrapException: 
IDX10659: UnwrapKey failed, exception from cryptographic operation: 
System.Security.Cryptography.CryptographicException: Access denied.

I generated the new openiddict.pfx with same passPhrase and deployed the build.

How did you generate the pfx file?

hi

Please set log level to Debug and re-share the logs.txt

        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .MinimumLevel.Override("OpenIddict", LogEventLevel.Verbose)
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())

Thanks.

hi

Can you share full Logs.txt file with liming.ma@volosoft.com?

Thanks.

hi

Send an email to liming.ma@volosoft.com

I will share the source code of PaymentRequestAppService, then you can troubleshot the problem.

Thanks.

Answer

hi

Please share your logs.txt.

liming.ma@volosoft.com

You can enable the Debug(.MinimumLevel.Debug()) log.

loggerConfiguration
    .MinimumLevel.Debug()
    .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
    .Enrich.FromLogContext()
    .WriteTo.Async(c => c.File("Logs/logs.txt"))
    .WriteTo.Async(c => c.Console());

hi

You can open the solution in Visual Studio and fix the namespace problem. We will fix it in next patch version.

rename using Alfa10.Entities.Books; to using Alfa10.Books; rename using Alfa10.Dtos.Books; to using Alfa10.Books;

Thanks.

hi

I will check this.

Showing 1731 to 1740 of 10661 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