I have had exactly the same error..
00:01:39.437 - Installing Package File HTML_Community_05.01.02_Install: Error!
Now this has had the effect of trashing every Text/HTML module on the site with each module displaying this error..
Error: 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.Modules.HTML.SqlDataProvider.GetHtmlText(Int32 moduleId) at DotNetNuke.Modules.HTML.HtmlTextController.GetHtmlText(Int32 moduleId) at DotNetNuke.Modules.Html.EditHtml.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
This appears to be an upgrade issue when going to DNN 5.1.1
I was upgrading from 5.0.0 to 5.1.1 in both cases .. running on SQL server 2500 and .Net 2.0
I have had a similar issue with the form and list module with a very similar error when upgrading to 5.1.1..
I belief that the error possible lies within the web config file and is possibly to do with the setting up of the sql connections - DNN 5.0.0 has two connection options listed where as DNN 5.1.1 has 4 listed subject to SQL version .. my question here is should all 4 be set or just 2 in DNN5.1.1