Activities of "maliming"

Thanks scott7106

hi

Can you share a url and user & password so I can check it online?

liming.ma@volosoft.com

hi

Please use override for OnGetAsync.

public override async Task<IActionResult> OnGetAsync(string keyword)

Please remove the Documents folder. They exist on Volo.Docs.Domain package.

@inherits Volo.Abp.AspNetCore.Components.Web.LeptonTheme.Components.ErrorView
@attribute [Dependency(ReplaceServices = true)]
@attribute [ExposeServices(typeof(Volo.Abp.AspNetCore.Components.Web.LeptonTheme.Components.ErrorView))]
@using Microsoft.Extensions.Localization
@using global::Localization.Resources.AbpUi
@using Volo.Abp.DependencyInjection
@inject IStringLocalizer<AbpUiResource> L
<div class="error-page-container">
    <Row>
        <Column ColumnSize="ColumnSize.IsAuto">
            <div class="status-icon">
                <i class="fa fa-frown-o text-danger" aria-hidden="true"></i>
                <span></span>
            </div>
        </Column>
        <Column>
            <div class="status-content">
                <h1>@HttpStatusCode</h1>
                <h1>test</h1>
                <h2 class="text-danger mb-0">@Title</h2>
                <p class="mt-3 mb-4">@Message</p>
                <a href="/" class="btn btn-primary">@L["GoHomePage"]</a>
            </div>
        </Column>
    </Row>
</div>

I'm checking the solution of the blazor server.

hi

You can use AsNoTracking to improve performance.

https://www.c-sharpcorner.com/UploadFile/ff2f08/entity-framework-and-asnotracking/

Change the log level to see ef logs

        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

hi

Can you share an online website URL to show this problem?

liming.ma@volosoft.com

hi

HTTP 500

Please check your app logs(Logs.txt)

hi

Please rename the file name as well.

ok, Can you share some screenshots? we are trying to understand the problem.

Showing 6431 to 6440 of 10704 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 16, 2025, 10:35