Activities of "thanhlg"

I need help with a problem I'm having with the Blazor Web App template version 8.2.0:

Never seen that myself, you did not simply type the wrong path? I usually copy and paste it from file explorer.

I also copied and pasted from File Explorer. I have also checked the folder path in %UserProfile%.abp\suite\appsettings.json, and everything is correct, but the error still occurs.

The Module template works fine, but the Application template Blazor Web app keeps encountering this error.

I need help with a problem I'm having with the Blazor Web App template version 8.2.0:

Hi liangshiwei,

The previous error is fixed, but now there's this new error. It only occurs in version 8.2.0, not in version 8.1.3

In my previous code, I used Cron.Daily(8, 0) because I wanted to perform a task every day at 8 AM. After reviewing the file you sent me, I tried using CronExpression = $"*/50 * * * * *"; but the error still persists. Could you please let me know where I went wrong? And why does it work in version 8.1.3 but not in version 8.2.0?

Hi ABP Team,

After upgrading to version 8.2.0, I encountered an error as shown in the image. When using version 8.1.3, Hangfire works fine without that error. Could you please help me check it?

hi I have resolved the issue, can I get the ticket refunded? Thanks

Check the docs before asking a question: https://docs.abp.io/en/abp/latest/Local-Event-Bus

  • ABP Framework version: v8.1.3
  • UI Type: Blazor WASM
  • Database System: EF Core (PostgreSQL)
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi Support Team,

I have created a new table called Company. I want to sync data from the Company table to the Organization Unit table using ILocalEventHandler when creating new entries, but it's not working because the properties Id, Code and ParentId are internal set. How can I add new data to the Organization Unit table?

Company => Organization Unit Organization Unit => Company

It worked. Thank you very much for your help 🤗

Hi,

Could you share a test project with me? I will check it. shiwei.liang@volosoft.com thanks.

Hi,

I have sent you an email, please check and assist me. Thanks.

I configured it in the DMSDomainModule.

Showing 11 to 20 of 51 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13