I have this class :
public class Repo { public Repo() : this(ConfigurationManager.AppSettings[\"identity\"], ConfigurationManager.AppSettings[\"pass
Just try to register type this way:
Because of no param element specified in constructor element it should call default constructor.
param
constructor
You can also do this registration in code:
container.RegisterType(new InjectionConstructor());