Federico,
Thank you for your reply. Sorry for the delay.
I am getting an error in the Bootstrapper Run function on line this.ConfigureContainer();
Please let me know if I am doing something wrong.
Thank you for your reply. Sorry for the delay.
I am getting an error in the Bootstrapper Run function on line this.ConfigureContainer();
protected override void ConfigureContainer()
{
Container.RegisterInstance(typeof(UserPrincipal), userPrincipal, new ContainerControlledLifetimeManager());
base.ConfigureContainer();
}
The error is on the base.ConfigureContainer line. It states Value cannot be null. Parameter name instance.Please let me know if I am doing something wrong.