I am facing a compilation error. I have downloaded 1.9.6 Beta1 Src version. I opened it with VS 2010. Updated Connection strings. When I run the solution I get the following error:
{"Instances cannot be resolved and nested lifetimes cannot be created from this LifetimeScope as it has already been disposed."}
at line
/// /// Provides access to the Service Locatorer
///
public IServiceLocator ServiceLocator
{
get
{
return this._contextLifetimeContainer.Resolve(); // Here goes the error. }
}
in class public class YafContext : UserPageBase, IDisposable, IHaveServiceLocator
Thanks for the support.