I'm trying to upgrade from 4.9.4 to 5.2.2 ... I did upgrade to Net 3.5 and SQL 2005
Cannot register or retrieve components until ComponentFactory.Container is set
Who is Component Factory and how do I set it?
Cannot register or retrieve components until ComponentFactory.Container is set
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Cannot register or retrieve components until ComponentFactory.Container is set
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[InvalidOperationException: Cannot register or retrieve components until ComponentFactory.Container is set]
DotNetNuke.ComponentModel.ComponentFactory.VerifyContainer() +57
DotNetNuke.ComponentModel.ComponentFactory.GetComponent() +12
DotNetNuke.Common.Utilities.DataCache.GetCache(String CacheKey) +17
DotNetNuke.Common.Utilities.DataCache.GetCache(String CacheKey) +11
DotNetNuke.Entities.Host.Host.GetHostSettingsDictionary() +42
DotNetNuke.Entities.Host.HostSettings.GetHostSetting(String key) +26
iFinity.DNN.Modules.FriendlyUrl.UrlRewriteModule.System.Web.IHttpModule.Init(HttpApplication application) +146
System.Web.HttpApplication.InitModulesCommon() +65
System.Web.HttpApplication.InitModules() +43
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +729
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +298
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +107
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +289