Here is one of the many errors that get generated
------------------------
2012-07-11 06:04:22,756 [P3NW8SHG248][Thread:63][ERROR] DotNetNuke.Services.Exceptions.ErrorPage - Object reference not set to an instance of an object.
DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at DotNetNuke.UI.Skins.Skin.GetSkin(PageBase page)
at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---
2012-07-11 06:09:21,452 [P3NW8SHG248][Thread:8][ERROR] DotNetNuke.UI.Skins.Skin - Unhandled error loading page.
DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.Web.HttpCompileException: D:\hosting\7343081\html\cms\Portals\_default\Skins\Seany-Gray\StandardMenu-Home.ascx(31): error BC30560: 'admin_skins_language_ascx' is ambiguous in the namespace 'ASP'.
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.Skins.Skin.LoadSkin(PageBase page, String skinPath)
--- End of inner exception stack trace ---
------------------------
when I first saw this, it was just on a skin I had purchased, the guy in china that created the skin removed references in the skin file to --
<%@Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx"%>
<dnn:ACTIONS runat="server" id="dnnACTIONS" ProviderName="DNNMenuNavigationProvider" ExpandDepth="1"PopulateNodesFromClient="True" />
and it appeared to solve the issue as it was only showing up on modules that were set to containers of that type, however today I went to my site (that was working just the night before) .. and the entire site was in error (that's the error I posted above) ... I host on GoDaddy and recycling the app pool seems to have resolved the issue for now ... however since its happened twice now I can help but think there is a deeper problem at work here ... I've found a few pages with Google talk reference the error or a similar one but nothing that resolves it.
Does anyone understand whats going on here?
Is there something I can 'do / not do' to prevent this from happening again?
Thanks in advance for any help you can provide...
R/
-Steve