I just upgraded another DNN site from 5.06.03 to 5.06.06. As part of the process I also (without thinking) upgraded RazorHost to the 5.06.06 version via Install Available Extensions and now I have the same issue on another live site. The page was definitely working just before the upgrade because I happened to have it on screen in an open tab. After the upgrade, hit refresh and the error below was now visible instead of the normal module output/content (logged in as Host).
Can someone look at my post above and see if they can offer a suggestion as to how to get the BindingRedirect working in this case? Thanks - Jeremy
----
Error: Testimonials is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\ac7dd572\a8ef79c\App_Web_razorhost.ascx.97268e87.ei3qgy47.0.vb(58): error BC32206: The project currently contains references to more than one version of DotNetNuke.Web.Razor, a direct reference to version 5.6.4.0 and an indirect reference (through 'DotNetNuke.Modules.RazorHost.RazorHost') to version 5.6.6.0. Change the direct reference to use version 5.6.6.0 (or higher) of DotNetNuke.Web.Razor. ---> System.Web.HttpCompileException: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\ac7dd572\a8ef79c\App_Web_razorhost.ascx.97268e87.ei3qgy47.0.vb(58): error BC32206: The project currently contains references to more than one version of DotNetNuke.Web.Razor, a direct reference to version 5.6.4.0 and an indirect reference (through 'DotNetNuke.Modules.RazorHost.RazorHost') to version 5.6.6.0. Change the direct reference to use version 5.6.6.0 (or higher) of DotNetNuke.Web.Razor. at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() 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.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.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---