When my Bootstrapper executes the method
protected override void InitializeModules() { base.InitializeModules(); }
program stops at
base.InitializeModules();
stating that my container has the null value.
What is the problem?
When my Bootstrapper executes the method
protected override void InitializeModules() { base.InitializeModules(); }
program stops at
base.InitializeModules();
stating that my container has the null value.
What is the problem?