Hi All,
I am trying to upgrade our development environment from 04.08.04 to 05.00.01. The server is virtualized Windows Server 2003 and the database is SQL 2005. The upgrade script produced the following:
Upgrading DotNetNuke
Current Assembly Version: 05.00.01
Current Database Version: 04.08.04
Upgrade Status Report
00:00:00.015 - Upgrading to Version: 5.0.1
00:00:00.375 - Executing Script: 04.09.00.SqlDataProvider Success
00:00:02.375 - Executing Script: 04.09.01.SqlDataProvider Success
00:00:03.656 - Executing Script: 05.00.00.SqlDataProvider Success
00:00:17.671 - Executing Script: 05.00.01.SqlDataProvider Success
00:00:19.812 - Performing General Upgrades
00:00:21.609 - Installing Optional Modules:
00:00:21.609 - Installing Package File HTML_04.08.01_Install: Success
00:00:28.359 - Installing Package File Links_04.00.01_Install: Success
00:00:32.703 - Installing Optional Skins:
00:00:32.703 - Installing Package File DNN-MinimalExtropySkin_01.00.02_Install: Success
00:00:33.422 - Installing Optional Containers:
00:00:33.422 - Installing Package File DNN-MinimalExtropyContainer_01.00.02_Install: Success
00:00:33.640 - Installing Optional Languages:
00:00:33.640 - Installing Optional Providers:
00:00:33.640 - Installing Package File AspNetMembershipProvider_05.00.01_Install: Success
00:00:33.843 - Installing Package File DatabaseLoggingProvider_05.00.00_Install: Success
00:00:34.000 - Installing Package File DNNMembershipProvider_05.00.01_Install: Success
00:00:34.156 - Installing Package File DNNMenuNavigationProvider_05.00.01_Install: Success
00:00:34.312 - Installing Package File DNNTreeNavigationProvider_05.00.00_Install: Success
00:00:34.453 - Installing Package File FckHtmlEditorProvider_02.00.03_Install: Error!
00:01:01.750 - Installing Package File FileBasedCachingProvider_05.00.01_Install: Success
00:01:01.906 - Installing Package File SchedulingProvider_05.00.01_Install: Success
00:01:02.078 - Installing Package File SearchIndexProvider_05.00.00_Install: Success
00:01:02.219 - Installing Package File SearchProvider_05.00.00_Install: Success
00:01:02.406 - Installing Package File SolpartMenuNavigationProvider_05.00.01_Install: Success
00:01:02.656 - Installing Optional AuthSystems:
00:01:02.656 - Installing Package File LiveID_01.00.01_Install: Success
00:01:03.375 - Installing Package File OpenID_02.00.00_Install: Success
00:01:04.000 - Installing Optional Packages:
Upgrade Complete
When I tried to bring up the site afterwards, I got the following error:
The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.
The stack trace:
[HttpException (0x80004005): The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.]
System.Web.UI.ControlCollection.Add(Control child) +2108047
DotNetNuke.UI.Utilities.MSAJAX.Register(Page objPage) +133
DotNetNuke.UI.Utilities.MSAJAX.RegisterClientScript(Page objPage, String Path) +31
DotNetNuke.UI.Utilities.ClientAPI.RegisterClientScriptBlock(Page objPage, String key) +46
DotNetNuke.UI.Utilities.ClientAPI.RegisterClientReference(Page objPage, ClientNamespaceReferences eRef) +166
DotNetNuke.UI.Utilities.ClientAPI.RegisterClientReference(Page objPage, ClientNamespaceReferences eRef) +308
DotNetNuke.UI.WebControls.DNNMenu.RegisterClientScript() +39
DotNetNuke.UI.WebControls.DNNMenu.DNNMenu_PreRender(Object sender, EventArgs e) +15
System.Web.UI.Control.OnPreRender(EventArgs e) +2117788
System.Web.UI.Control.PreRenderRecursiveInternal() +86
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Control.PreRenderRecursiveInternal() +170
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2041
[PageLoadException: The control collection cannot be modified during DataBind, Init, Load, PreRender or Unload phases.]
DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) +333
DotNetNuke.Framework.PageBase.OnError(EventArgs e) +422
System.Web.UI.Page.HandleError(Exception e) +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +7341
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +213
System.Web.UI.Page.ProcessRequest() +86
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +18
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.default_aspx.ProcessRequest(HttpContext context) +29
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +358
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
I am in a little bit of a hurry on this, so any help would be appreciated!