Activities of "maliming"

hi

I just confirmed, you can download the source code with:

abp add-package @volo/abp.commercial.ng.ui --with-source-code

hi

I'm not familiar with VB and Winforms.

You can use https://github.com/IdentityModel/IdentityModel to geta token in your c# project.

see https://github.com/abpframework/abp/blob/dev/modules/openiddict/app/OpenIddict.Demo.Client.Console/Program.cs

hi

Its extension method of IUnitOfWorkManager

See https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Uow/Volo/Abp/Uow/UnitOfWorkManagerExtensions.cs#L9-L24

I can't reproduce


Please use 7.5.1 as package of Microsoft.IdentityModel version.

hi

System.ObjectDisposedException: Cannot access a closed Stream.

Can you share a project to reproduce this?

liming.ma@volosoft.com


if i do not use the middleware what am i missing?

This middleware will provide information to the Studio IDE. If you have a problem, you can remove it until we fix it.

Thanks.

hi

You can use IDistributedCache<YourDomainsCacheItem>. It supports multiple tenants.

ABP uses IDistributedCache<T> everywhere. : )

https://abp.io/docs/latest/framework/fundamentals/caching

Answer

hi

Do you want to use IConfiguration to read the value from AppSettings.ClientA/ClientB.json?

If current tenant is A then IConfiguration get value of tenantA.

Thanks.

hi

You need to add openiddict to your project. It will used for issuing and validate the token.

  1. Add openiddict to your project.
  2. Create a client and use it to get a token from your website.
  3. Get a token.
  4. Use the token to call the API(bearer token).

hi

How can I reproduce this exception with your project?

What is the branch and steps.

Thanks,.

hi

You don't need to start multiple now. Just one is enough. .

Please set requiresNew: true to true and RollbackAsync if you get an exception

See:

Showing 1831 to 1840 of 10652 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 12, 2025, 10:20