I successfully re-installed the "formAndList_05.00.03_Install" files but get this error when trying to configure the same.
I could not find a complete answer to this anywhere in the forum. From the below error it looks like some of the database script files did not run successfully. how can I re-run to fix this? Could someone please help me with this? Thanks! - Ram
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.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.UserDefinedTable.SqlDataProvider.AddField(Int32 ModuleId, String FieldTitle, Int32 BeforePos, String HelpText, Boolean Required, String FieldType, String Default, Boolean Visible, Boolean ShowOnEdit, Boolean Searchable, Boolean IsPrivateColumn, String InputSettings, String OutputSettings, Boolean NormalizeFlag, String validationRule, String validationMessage) at DotNetNuke.Modules.UserDefinedTable.UserDefinedTableController.AddField(String FieldTitle, Int32 before, String HelpText, Boolean Required, String FieldType, String Default, Boolean Visible, Boolean ShowOnEdit, Boolean Searchable, Boolean IsPrivateColumn, String InputSettings, String OutputSettings, Boolean NormalizeFlag, String validationRule, String validationMessage) at DotNetNuke.Modules.UserDefinedTable.UserDefinedTableController.GetFieldsTable(Boolean AddNewColumn, Boolean AddTrackColumns) at DotNetNuke.Modules.UserDefinedTable.Configuration.BindFields(Boolean blnInsertField) at DotNetNuke.Modules.UserDefinedTable.Configuration.Page_Load(Object sender, EventArgs e) ---