I am using PageAdminTreeview in my DNN 4.9 installation as a site map and it is working fine. When I upgrade the site to DNN 5.0, then I get the following error:
Error: Intranet Site Map is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\My Webs\HOME5\DesktopModules\PageAdminTreeview\PageAdminTreeview.ascx.vb(305): error BC30456: 'UpdatePortalTabOrder' is not a member of 'DotNetNuke.Entities.Tabs.TabController'. ---> System.Web.HttpCompileException: C:\My Webs\HOME5\DesktopModules\PageAdminTreeview\PageAdminTreeview.ascx.vb(305): error BC30456: 'UpdatePortalTabOrder' is not a member of 'DotNetNuke.Entities.Tabs.TabController'. at System.Web.Compilation.BuildManager.CompileWebFile(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.Compilation.BuildManager.GetVPathBuildResult(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 ---
Error: Intranet Site Map is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\My Webs\HOME5\DesktopModules\PageAdminTreeview\PageAdminTreeview.ascx.vb(305): error BC30456: 'UpdatePortalTabOrder' is not a member of 'DotNetNuke.Entities.Tabs.TabController'. ---> System.Web.HttpCompileException: C:\My Webs\HOME5\DesktopModules\PageAdminTreeview\PageAdminTreeview.ascx.vb(305): error BC30456: 'UpdatePortalTabOrder' is not a member of 'DotNetNuke.Entities.Tabs.TabController'. at System.Web.Compilation.BuildManager.CompileWebFile(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.Compilation.BuildManager.GetVPathBuildResult(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 ---