Hi,
I upgraded my solution from 9.0.0 to 9.1.3 (overwrote the dlls, web.config, global.asax and Admin folder), but I get this error when I try to start the website :
[NullReferenceException: Object reference not set to an instance of an object.] Dynamicweb.Frontend.GlobalAsaxHandler.IsUrlPathSetup() +21 Dynamicweb.Frontend.GlobalAsaxHandler.StartDynamicweb(Object sender, EventArgs e) +139 Dynamicweb.Frontend.GlobalAsaxHandler.EnsureDynamicwebStarted(Object sender, EventArgs e) +146 Dynamicweb.Frontend.GlobalAsaxHandler.Application_BeginRequest(Object sender, EventArgs e) +110 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +141 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +91
Any idea where that could come from ? I can't get anywhere (same error on both frontend and backend) and I don't seem to be able to get more information.
Thanks