I just upgraded this module. I'm currently using DNN 4.8.02. Everywhere the html/text module is located (pretty much everywhere) I'm getting the below error. Any suggestions would be appreciated.
Error: Text/HTML is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\Inetpub\vhosts\xxxx\httpdocs\DesktopModules\HTML\HtmlModule.ascx.vb(77): error BC30002: Type 'DotNetNuke.Services.Tokens.TokenReplace' is not defined. ---> System.Web.HttpCompileException: C:\Inetpub\vhosts\xxxx\httpdocs\DesktopModules\HTML\HtmlModule.ascx.vb(77): error BC30002: Type 'DotNetNuke.Services.Tokens.TokenReplace' is not defined. 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.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---