I am new to DotNetNuke and have been asked to try and take a look at an error:
Any help is greatly appreciated.
Can someone tell me what the GetListEntryInfoCollection function does and why it would be returning the error message below?
Is this a config error or has this got something to do with my database?
The error occurs when this function is called, here some extracts from the sitesettings page where the error occurs.
ctlList.GetListEntryInfoCollection
Dim colProcessor As Common.Lists.ListEntryInfoCollection = ctlList.GetListEntryInfoCollection("Processor")
Dim colProcessor As Common.Lists.ListEntryInfoCollection = ctlList.GetListEntryInfoCollection("Processor")
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) in C:\Development\AquisitionDB\admin\Portal\SiteSettings.ascx.vb:line 276 --- End of inner exception stack trace ---