Activities of "shijo"

Answer

I placed the code in Program class Main Method, now its loading. await builder.AddApplicationAsync<PlugInPOCWebModule>(options => { options.PlugInSources.Add(new FolderPlugInSource( @"D:\POCs\MyPlugIns")); });

The issue is all plugins are loading on program start, How do I load plugins dynamically and lazily?

This is not working as expected, even after adding this code application become too slow to process the requests.

Question
  • ABP Framework version: v5.103
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: An object accessor is registered before for type: Microsoft.AspNetCore.Builder.IApplicationBuilder, Microsoft.AspNetCore.Http.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60
  • Steps to reproduce the issue: As per the attached documentation, I am not able to find any startup file in MVC. I tried to implement this code in my ApplicationModule class "ConfigureServices" method, but I am getting exceptions. Where exactly do I have to place this code in MVC ? *

I went through the link shared, I have one question only the below section is enough to solve this issue, or do I need to change anything in my background service level code?

context.Services.AddSingleton<IDistributedLockProvider>(sp => { var connection = ConnectionMultiplexer.Connect(configuration["Redis:Configuration"]); return new RedisDistributedSynchronizationProvider(connection.GetDatabase()); });

Do you use multiple instances of that service?

Yes, I am using multiple instances of the service, Is there any way to stop running multiple time?

If you're creating a bug/problem report, please include the followings:

  • ABP Framework version: v5.0.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: background job executing multiple times on server, not able to control this job execution.
  • Steps to reproduce the issue: Create a background job. Call/Execute Job.

hi

Can you share some screenshot and logs?

Issue has been solved. I added the identity resources and map with the custom claim type. Thanks.

  • ABP Framework version: v4.4.3
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: Custom Claims added but not able to retreive the claims data frontend. Please explain the flow
  • Steps to reproduce the issue:"
    • Add New Claim Types as string
    • Select and Add the newly added claim type and value in User >> Claim
    • Configure identity server client
    • Login Identity server by using the same user through a client (angular), all claims comming expect the newly added claim
    • When you run Identity server alone and login added claims appearing
Question

Is it possible to change Abp Core table names, like AbpUsers to IbtikarUsers ?

Showing 101 to 109 of 109 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on June 13, 2025, 11:37