Showing posts with label DryIoc. Show all posts
Showing posts with label DryIoc. Show all posts

DryIoc Container Exception Unable to select single public constructor

sometime you'll face the following error:

DryIoc.ContainerException: 'Unable to select single public constructor from implementation type API.Controllers


Solution:

you may have two constructors in the same controller, so you need to remove one of them.









Featured Post

Convert Json to Classes

Followers