Discussions

Ask a Question
Back to All

Autofac Exception thrown while attempting to create a Cart Object from a Web Application

When I try creating the Cart Object, this following Autofac Exception is thrown
"The requested service 'Asi.Core.Client.ICommonServiceHttpClient' 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."
Any help towards the resolution of this would deeply appreciated.