I have attempted to upgrade from 3.3.5 to 3.3.7. How do I upgrade my database to 3.3.7?
Things work okay except if the application shutsdown. The first time the site is accessed after the application starts it attempts to "upgrade" again but it errors out.
When looking at the Log Viewer, the following error shows:
System.Exception: Unhandled Error: --->
System.Web.HttpUnhandledException: Exception of type System.Web.HttpUnhandledException was thrown. --->
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.Data.SqlDataProvider.FindDatabaseVersion(Int32 Major, Int32 Minor, Int32 Build) at
DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, String strDatabaseVersion) at
DotNetNuke.Framework.Install.UpgradeApplication() at DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain()
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain() at
System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Any help will be greatly appreciated. If the application stops, I get a "Service Unavailable" message until the application decides to restart thus I am locked out of my site.
Thanks.