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.
3 Answer(s)
- 
    0
Hi,
Can you share a project? shiwei.liang@volosoft.com
 - 
    0
i shared the solution with you (GDrive)
 - 
    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.
 
 - Remove all 
 
