After upgrading from version 4.9.1 to version 5.0.0 I clicked the Update Site to Current Framework in the DotNet framework setting (which stated 2.0.50727.1378, (3.0), (3.5)) I'm not sure which process caused the errors I'm now getting or how to proceed. Any help would be greatly appreciated.
When checking the upgrade log I get:
A critical error has occurred.
Failed to load view_state. The control tree into which view_state is being loaded must match the control tree that was used to save view_state during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request.
In site settings under Portal Aliases I see:
Error: Portal Aliases is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/DesktopModules/Admin/PortalAliases/PortalAlias.ascx' does not exist. ---> System.Web.HttpException: The file '/DesktopModules/Admin/PortalAliases/PortalAlias.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(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.ControlUtilites.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
Andy