Any assistance will be greatly appreciated as I'm getting the following error when I run the web instllation wizard:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Parameter count does not match Parameter Value count.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Parameter count does not match Parameter Value count.
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