I receive an error every time I now go to host or site settings since upgrading from DNN 4.4.1 to 4.5.5.
We suspect a module may be the problem but are looking for suggestions on how to fix or locate a faulty module?
"Error: Host Settings is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Parameter count does not match Parameter Value count. ---> System.ArgumentException: Parameter count does not match Parameter Value count. at Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.GetListEntriesByListName(String ListName, String Value, String ParentKey) at DotNetNuke.Common.Lists.ListController.GetListEntryInfoCollection(String ListName, String Value, String ParentKey) at DotNetNuke.Common.Lists.ListController.GetListEntryInfoCollection(String ListName, String Value) at DotNetNuke.Modules.Admin.Host.HostSettingsModule.BindData() at DotNetNuke.Modules.Admin.Host.HostSettingsModule.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---"
"Error: Site Settings is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Parameter count does not match Parameter Value count. ---> System.ArgumentException: Parameter count does not match Parameter Value count. at Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.GetListEntriesByListName(String ListName, String Value, String ParentKey) at DotNetNuke.Common.Lists.ListController.GetListEntryInfoCollection(String ListName, String Value, String ParentKey) at DotNetNuke.Common.Lists.ListController.GetListEntryInfoCollection(String ListName) at DotNetNuke.Modules.Admin.PortalManagement.SiteSettings.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---"