Activities of "maliming"

Can you share a simple project? liming.ma@volosoft.com

hi

Can you try passing true to InsertAsync method?

InsertAsync(workordersubTask, true);

hi

Please your entity and WorkOrderSubTaskManger code.

I just started the demo app from the leptonx project. Same issue applies.

please share the steps I will try to reproduce it. Thanks

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();
Showing 7271 to 7280 of 11548 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 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.