Hi, I was having some problems with HTML 5.4, and thought upgrading the module to a slightly newer version might resolve the issue. I've installed 5.6.2, however when viewing the site now any of the existing HTML module are now displaying the following error. Is there somewhere I should be updating the 'direct reference' for this DNN installation to use HTML 5.6.2 as per the error message below so I can quickly resolve this issue? or am I better setting the module back to 5.4?
Error: quote is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\a113ff0c\dac78b54\App_Web_htmlmodule.ascx.e83a8a49.7r9jc4ss.0.vb(54): error BC32206: The project currently contains references to more than one version of DotNetNuke, a direct reference to version 5.4.4.2 and an indirect reference (through 'DotNetNuke.Modules.Html.HtmlModule') to version 5.6.2.144. Change the direct reference to use version 5.6.2.144 (or higher) of DotNetNuke. ---> System.Web.HttpCompileException: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\a113ff0c\dac78b54\App_Web_htmlmodule.ascx.e83a8a49.7r9jc4ss.0.vb(54): error BC32206: The project currently contains references to more than one version of DotNetNuke, a direct reference to version 5.4.4.2 and an indirect reference (through 'DotNetNuke.Modules.Html.HtmlModule') to version 5.6.2.144. Change the direct reference to use version 5.6.2.144 (or higher) of DotNetNuke. at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(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.GetVPathBuildResultWithAssert(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.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---