Hi,
After I upgraded a local solution to 9.13.1 and start up the app pool I get an error saying "Data is Null. This method or property cannot be called on Null values."
Looking at the stacktrace you can see that its somethinh with the startup.
[SqlNullValueException: Data is Null. This method or property cannot be called on Null values.] System.Data.SqlClient.SqlBuffer.get_Boolean() +2925525 Dynamicweb.Frontend.UrlHandling.UrlPageTreeHelper.BuildPageUrlTree() +714 Dynamicweb.Admin.GlobalAsaxHandlerProxy.StartDynamicweb(Object sender, EventArgs e) +734 Dynamicweb.Admin.GlobalAsaxHandlerProxy.EnsureDynamicwebStarted(Object sender, EventArgs e) +119 Dynamicweb.Admin.GlobalAsaxHandlerProxy.Application_BeginRequest(Object sender, EventArgs e) +139 Dynamicweb.Admin.Global.Application_BeginRequest(Object sender, EventArgs e) +73 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +142 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +93
I have stripped out our custom code and replcade our web.config with the one from the release package. I have tried to lower the version numbers to force a "rerun updates".
Any ideas?
Regards / Aki