0
Talal created
I started with MVC-Tiered Solution
Worked then followed: https://blog.antosubash.com/posts/abp-extend-tenant-with-custom-host
I am getting:
The requested service 'TestProj.TenantManagement.ICustomTenantRepository' has not been registered. To avoid this exception, either register a component to provide the service, check for service registration using IsRegistered(), or use the ResolveOptional() method to resolve an optional dependency..
I can not find a solution anywhere
Please help.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
3 Answer(s)
-
0
Hi,
Can you share a project? shiwei.liang@volosoft.com
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
You are using the wrong module.
We created a saas module for commercial, It is a premium version of the tenant module.
- Remove all
Volo.Abp.TenantManagement.*packages. - Replace
TenantManagementDbContextwithSaasDbContext - Replace
ConfigureTenantManagementwithConfigureSaas - Update namespace using.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) - Remove all
