I deleted a container from my _default/Containers/ContainerName folder, and have verified it's not in use anywhere on my site, but every time I parse my html skins/containers I see this error. Any idea how to get rid of it?
Could Not Load Container: /Portals/_default/containers/employeeportal/conttitlemain_blue.ascx
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled error loading module. ---> System.Web.HttpException: The file '/Portals/_default/containers/employeeportal/conttitlemain_blue.ascx' does not exist. 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) in E:\inetpub\dotnetnuke56\Library\UI\ControlUtilities.vb:line 61 at DotNetNuke.UI.Skins.Pane.LoadContainerByPath(String ContainerPath) in E:\inetpub\dotnetnuke56\Library\UI\Skins\Pane.vb:line 181 --- End of inner exception stack trace ---