Suddenly my DNN portal (DNN 7.3.4 and IIS 7.5), when i navigate on Admin-->Site Settings return this error:
Error: Site Settings is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Multiple controls with the same ID 'AdvancedUrlSettings' were found. FindControl requires that controls have unique IDs. ---> System.Web.HttpException: Multiple controls with the same ID 'AdvancedUrlSettings' were found. FindControl requires that controls have unique IDs. at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.FillNamedControlsTable(Control namingContainer, ControlCollection controls) at System.Web.UI.Control.FindControl(String id, Int32 pathOffset) at DotNetNuke.ExtensionPoints.EditPageTabExtensionControl.BindAction(Int32 portalId, Int32 tabId, Int32 moduleId) at DesktopModules.Admin.Portals.SiteSettings.BindPortal(Int32 portalId, String activeLanguage) at DesktopModules.Admin.Portals.SiteSettings.OnLoad(EventArgs e) --- End of inner exception stack trace ---
..and when I navigate on Admin-->File Management return this error:
Error: File Management is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Sequence contains more than one matching element ---> System.InvalidOperationException: Sequence contains more than one matching element at System.Linq.Enumerable.Single[TSource](IEnumerable`1 source, Func`2 predicate) at DotNetNuke.Modules.DigitalAssets.View..ctor() at __ASP.FastObjectFactory_app_web_1uf3cjla.Create_ASP_desktopmodules_digitalassets_view_ascx() at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleControlFactory.LoadModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
These two error apper at the same time. Could anyone please advise what I can do to fix?
Thanks a lot
Mauro