I was at 'DNN_Platform_07.04.02' and I tried to upgrade to 8 using
'DNN_Platform_8.0.0_Upgrade' which was downloaded on 2/26/2016. I
copied the production DNN folder before doing anything. Then I pasted
the 8.0.0 upgrade package over the old folder/file system and then went
to the install page and logged in. After the upgrade
I went to the website, logged in and at first glance it looked like everything as expected. But...
The proboblem is that when I click on Admin or Host I get an error. A Dnn service exception error. see below.
Error: Basic Features is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException:
\\192.168.0.100\localuser\basilachi\DesktopModules\Admin\Console\ViewConsole.ascx.cs(42):
error CS0234: The type or namespace name 'Console' does not exist in
the namespace 'DotNetNuke.Modules' (are you missing an assembly
reference?) ---> System.Web.HttpCompileException:
\\192.168.0.100\localuser\basilachi\DesktopModules\Admin\Console\ViewConsole.ascx.cs(42):
error CS0234: The type or namespace name 'Console' does not exist in
the namespace 'DotNetNuke.Modules' (are you missing an assembly
reference?)
at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath
virtualPath)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean
allowBuildInPrecompile, Boolean throwIfNotFound, Boolean
ensureIsUpToDate)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext
context, VirtualPath virtualPath, Boolean noBuild, Boolean
allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound,
Boolean ensureIsUpToDate)
at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl
containerControl, String ControlSrc)
at
DotNetNuke.UI.Modules.WebFormsModuleControlFactory.CreateModuleControl(TemplateControl
containerControl, ModuleInfo moduleConfiguration)
at
DotNetNuke.UI.Modules.ModuleControlFactory.LoadModuleControl(TemplateControl
containerControl, ModuleInfo moduleConfiguration)
at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl()
--- End of inner exception stack trace ---