One of my DNN 4.x sites gives the following error when I click on one of the menu-items in the 'Admin' in 'Host' menu (i.e. Site Settings, File Manager, ...):
Not all items have this problem (i.e. User Accounts works).Code:Error: File Manager is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: D:\website.com\wwwroot\web\Admin\Files\filemanager.ascx(691): error BC30560: 'controls_sectionheadcontrol_ascx' is ambiguous in the namespace 'ASP'. ---> System.Web.HttpCompileException: D:\website.com\wwwroot\web\Admin\Files\filemanager.ascx(691): error BC30560: 'controls_sectionheadcontrol_ascx' is ambiguous in the namespace 'ASP'. at System.Web.Compilation.BuildManager.CompileWebFile(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.Compilation.BuildManager.GetVPathBuildResultWithAssert(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.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
The last thing I did was edit one of the pages (about week ago), logged out and logged in this morning after which the error occurred. So, there's no obvious cause, as far as I can tell.
Any ideas?
Thanks,
J.


Reply With Quote
Just chill

is there an (easy) way to keep a DNN site running? So it won't take half a minute or so to startup when someone first visits the site (especially for new sites, which attract only a few visitors per hour, this is painful)? Preferably not using an external site for sending 'keep alives'.

Bookmarks