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
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
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.