Activities of "maliming"

I have commented out the source code in the AppService section which just returns null.

The error is in the constructor of Top5WorkCodeAHTAppService not methods.

Cannot resolve parameter 'CSM.Report.Top5WorkCodeAHTs.ITop5WorkCodeAHTRepository top5WorkCodeAHTRepository'

Can you share the code of Top5WorkCodeAHTAppService and Top5WorkCodeAHTRepository?

You can also check the dependencies of your modules

hi

When I access the list I get an exception

Whitch website? and whitch page?

Can you share the full error logs?

hi

It works for me.

I want to connect my background service to an API. Is this approach supportable with CurrentTenant.Change or the ABP has another approach?

Your API may require permissions, and authentication in a background job is not recommended. This is complicated.

You can consider calling the domain service directly in the job, so that CurrentTenant.Change will work.

According to the current design, you cannot do this. DbContext can't inherit multiple parent classes. (ElsaContext and AbpDbContext)

Cannot use multiple context instances within a single query execution. Ensure the query uses a single context instance.

Are you using multiple context ? This is a EF Core error.

hi

https://github.com/abpframework/abp/pull/9704

You can create a new 4.4 project to check the code of SettingManagement module.

hi

Can you try to add SettingManagementApplicationModule?

You can create a new 4.4 project to check the code of SettingManagement module.

hi BernardoTeixeira

Please share the steps? btw, Why are you using module templates?

Showing 9491 to 9500 of 10674 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 15, 2025, 14:41