Ok, yes I am running an instance that is version 4.9.4 and it has been running great till now.
I don't know why I am getting this error. In fact it works fine after I restart DNN, The error start after I try to access the Feedback module settings.
The only thing I have done is move the instance to another server. I read quite a few posts on this error, the part I don't understand I split a DNN instance in 2 and both worked fine for over a month, 1 still does, this one is causing me pain. I am hoping to upgrade this version as far as I can.
Thank you for any suggestions you may have
This is what I get when I try to access any module settings.
Error: Module is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\Inetpub\wwwroot\egb3\Admin\Modules\modulesettings.ascx(165): error BC30560: 'controls_skincontrol_ascx' is ambiguous in the namespace 'ASP'. ---> System.Web.HttpCompileException: C:\Inetpub\wwwroot\egb3\Admin\Modules\modulesettings.ascx(165): error BC30560: 'controls_skincontrol_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.GetVPathBuildResult(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 ---
This is what I get when I try to access host settings.
DotNetNuke.Services.Exceptions.ModuleLoadException: C:\Inetpub\wwwroot\egb3\admin\Host\hostsettings.ascx(133): error BC30560: 'controls_skincontrol_ascx' is ambiguous in the namespace 'ASP'. ---> System.Web.HttpCompileException: C:\Inetpub\wwwroot\egb3\admin\Host\hostsettings.ascx(133): error BC30560: 'controls_skincontrol_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.GetVPathBuildResult(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 ---