I'm getting the following error on only a couple modules;
Could Not Load Container: /RRIntranet/Portals/_default/Containers/DNN-Green/Image Header - White Background.ascx
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled error loading module. ---> System.Web.HttpException: The file '/RRIntranet/Portals/_default/Containers/DNN-Green/Image Header - White Background.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(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.LoadContainer(String ContainerPath, Control objPane) --- End of inner exception stack trace ---
This happened after I changed the default website directory in IIS to use my DNN site, "RRIntranet". Everything else works fine, including other modules on the same page. For instance, I have the above error (when logged in as admin) on one FAQ module, while not on 2 other FAQ modules on the same page. When comparing the 2 module's settings side by side I don't see a difference other than some things that shouldn't matter like one having a footer. Every module I have is inheriting it's page settings from the host and Module Container = <Not Specified>
I'm using DNN V. 4.3.4 (just upgraded from 4.3.3 to try and fix this), IIS V6.0. It's happening w/ 1 Text/HTML module and 1 FAQ module so far that I can tell.