Hi,
All of a sudden, the child portals of my main site are failing - each and every module loads with 'ambiguous' errors of the form below. The parent portal is unaffected and works fine. Webhost uses SQL2k and Win2k3. The child portals aren't that busy so its hard to determine any trigger event that caused the problem but certainly the site has been running fine on DNN 4.4.1 for sometime.
The only significant change to the site has bee the upgrade of Xmod but I find it hard to reason that that would have an effect on child sites only.
The post at:
http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/107/threadid/101322/threadpage/2/scope/posts/Default.aspx
suggests that it maybe server related which I'm inclined to concur with as I'm having difficulty recreating the problem on my local dev server. The same post also suggests forcing a recompile of .net applications but I'm on a shared host so that's not a service provided. Does anyone know if a .net recomplie can be forced by other means?
Hase anyone else experienced this?...and ideas solutions?
Thanks in advance
Phil
Could Not Load Container: /Portals/1/Containers/bhaco1/bhaco1.ascx
DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled error loading module. ---> System.Web.HttpCompileException: e:\domains\c\chord9.co.uk\user\htdocs\Portals\1\Containers\bhaco1\bhaco1.ascx(15): error BC30560: 'admin_containers_actionbutton_ascx' is ambiguous in the namespace 'ASP'. 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.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 ---