I'm trying a clean "new" install of DNN and everything is fine up until I attempt to add the modules as a part of the install wizard. When I do this, it runs for a few minutes and then I get the following error:
Parameter count does not match Parameter Value count.
Description: An unhandled exception occurred during the execution of the current web request.
Exception Details: System.ArgumentException: Parameter count does not match Parameter Value count.
Any assistance will be greatly appreciated!
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentException: Parameter count does not match Parameter Value count.]
Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues) +146
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) +226
DotNetNuke.Data.SqlDataProvider.UpdatePortalAlias(String PortalAlias, Int32 lastModifiedByUserID) +126
DotNetNuke.Entities.Portals.PortalAliasController.GetPortalAliasInfo(String PortalAlias) +685
DotNetNuke.HttpModules.UrlRewriteModule.RewriteUrl(HttpApplication app) +3339
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +1291
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082