Neither one of the two .dlls you mentioned were in the bin folder; however these two were in the bin folder:
- DotNetNuke.Modules.Html.dll
- DotNetNuke.Modules.Html.SqlDataProvider.dll
So, I removed those. Went back to the site and the pages came up. Which is very good.
I then checked the Module drop down and Text/HTML was available. Even better.
I added the Text/HTML module to a page and inside the module on the page the following error message was displayed:
Error: Text/HTML is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: D:\wwwroot\claraview\clarabridge.com\www\DesktopModules\HTML\HtmlModule.ascx.vb(208): error BC30456: 'GetSiteSetting' is not a member of 'DotNetNuke.Entities.Portals.PortalSettings'. ---> System.Web.HttpCompileException: D:\wwwroot\claraview\clarabridge.com\www\DesktopModules\HTML\HtmlModule.ascx.vb(208): error BC30456: 'GetSiteSetting' is not a member of 'DotNetNuke.Entities.Portals.PortalSettings'. 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 ---
I can actually edit the title of module. Any idea how to fix this one?
Thanks again