Upgrading from 4.5.0 to 4.6.2 (hosted installation using MS-SQL 2005). Noted the following exception on the install log:
00:00:03.421 - Executing Script: 04.04.00.SqlDataProvider Error! (see 04.04.00.log for more information)
Now, the site seems to display correctly but with the following problems:
1. Navigating between pages occasionally (but not always) yields an error
2. On the Default.aspx page ONLY, the following displays at the top of the browser window:
"verify-v1" content="XN4cdbIwynqKzqLMWFtVHXDS0Be+fZc4EMSWKovV0BA="
3. Ordinary users can log in, but when I try to log in as superuser or adminsitrator I get the following error:
An error has occurred.
DotNetNuke.Services.Exceptions.PageLoadException: D:\webroot1\casefiler\sunbeltcom\sunbeltlasvegas.com\www\Admin\ControlPanel\IconBar.ascx.vb(211): error BC30456: 'Upgrade' is not a member of 'Upgrade'. ---> System.Web.HttpCompileException: D:\webroot1\casefiler\sunbeltcom\sunbeltlasvegas.com\www\Admin\ControlPanel\IconBar.ascx.vb(211): error BC30456: 'Upgrade' is not a member of 'Upgrade'. at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.Framework.DefaultPage.Page_Init(Object sender, EventArgs e) at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.Page.OnInit(EventArgs e) at DotNetNuke.Framework.PageBase.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
I verified the values in web.config and they are correct (I DID use the release.config in the upgrade package).
Also, I've done this same upgrade successfully on other websites on the same hosting server, so I don't think that is an issue.
Any ideas for a quick fix, or do I need to start over?
Thanks.
-Michael