Plugin 4.3 to 4.4 : Error while validating the service descriptor 'ServiceType'

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
When trying to upgrade a plugin from 4.3 to 4.4 I am getting:

AggregateException: Some services are not able to be constructed (Error while validating the service descriptor 'ServiceType: nopCommerce.Pro.Baldar.Controllers.BaldarController Lifetime: Transient ImplementationType: nopCommerce.Pro.Baldar.Controllers.BaldarController': Unable to resolve service for type 'nopCommerce.Pro.Baldar.Services.IBaldarService' while attempting to activate 'nopCommerce.Pro.Baldar.Controllers.BaldarController'.)


Any suggestiongs?
3 years ago
RE: eyalankri wrote:
nopCommerce.Pro.Baldar.Services.IBaldarService

Is that your service ?
If so have you registered the service in DependencyRegistrar
            services.AddScoped<IMyService, MyService>();
3 years ago
I had a mistake there. thank you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.