Greetings,
Upgraded without a hitch from DNN 7.2.2 to 8.0.2. However, the Text/HTML module is broken now. I have tried the following to no affect:
1) Uninstalled MyTokens 2.4 (read somewhere that this was the problem)
2) Uninstalled CK Editor 2.1.14 - let the default at "DNN Connect CK Editor" that ships with the DNN 8.x upgrade.
Will someone please help! I need to get this upgrade working soon.
Thanks in advance!
===============================
The error message:
Error: Welcome Message is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: c:\portal\...\DesktopModules\HTML\HtmlModule.ascx(41): error CS0021: Cannot apply indexing with [] to an expression of type 'DotNetNuke.Modules.Html.Components.HtmlModuleSettings' ---> System.Web.HttpCompileException: c:\portal\...\DesktopModules\HTML\HtmlModule.ascx(41): error CS0021: Cannot apply indexing with [] to an expression of type 'DotNetNuke.Modules.Html.Components.HtmlModuleSettings' at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath, Boolean ensureIsUpToDate) 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.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, 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 ---