Activities of "liangshiwei"

You may consider adding multi-level submenu

Hi,

This is not about lazy load.

This is because of your route path,they do not match

Hi,

Could you share the full logs?

Hi,

It will fixed in the 9.0.2 version. We will ensure that such a problem does not occur again.

Hi,

I can't reproduce the problem.

I added Client module Dependencies, and they are all of them can be reachable.

Hi,

you can try

private X509Certificate2 GetSigningCertificate(IWebHostEnvironment hostingEnv, IConfiguration configuration)
{
    var fileName = "openiddict.pfx";
    var passPhrase = "a0166a3a-5ffb-4f53-a8d7-a699d3c3ce1e";
    var file = Path.Combine(hostingEnv.ContentRootPath, fileName);

    if (!File.Exists(file))
    {
        throw new FileNotFoundException($"Signing Certificate couldn't found: {file}");
    }

    return new X509Certificate2(file, passPhrase);
}

Hi @nacho

we will fix it in the next patch version, you can downgrade to version 9.0.0 now

okay, please

ok

you can use ShortText

Showing 431 to 440 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