Dotnetnuke (DNN) Problem

timruns

Perch
OK -- I posted a similar thread in the wrong forum, so I will try here...
I am trying to install DNN -- I requested the file permissions over 24 hours ago, but no reply has come in about my ticket and it remains unchanged. Here is my error, I am assuming it is just becuase the file permissions for asp.net have not bee done. I wouls parreciate a "yup" or a "something different wrong there, mister..."
Error msg follows:

Version: 03.01.01



Installation Status Report
00:00:00.031 - Installing Version: 3.1.0
00:00:00.031 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.046 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:02.359 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:04.750 - Installing MemberRole Provider:
00:00:04.750 - Executing InstallCommon.sql
00:00:04.906 - Executing InstallMembership.sql
00:00:05.093 - Executing InstallProfile.sql
00:00:05.171 - Executing InstallRoles.sql





--------------------------------------------------------------------------------

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)
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues)
DotNetNuke.Data.SqlDataProvider.UpdateDatabaseVersion(Int32 Major, Int32 Minor, Int32 Build) +146
DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +1002
DotNetNuke.Framework.Install.InstallApplication() +991
DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) +265
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
 
Back
Top