hi,
I tried posting on DotNetNuke Forum and then deceided to start the installation process again.
Now I get the following error: any ideas? i keep checking my permissions but all seem to have full access. My web config settings are
Thanks alot,
Jo
Upgrade Error: ERROR: Could not connect to database specified in connectionString for SqlDataProvider
--------------------------------------------------------------------------------
Server Error in '/DotNetNuke' Application.
--------------------------------------------------------------------------------
Could not find stored procedure 'dbo.GetHostSettings'.
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.Data.SqlClient.SqlException: Could not find stored procedure 'dbo.GetHostSettings'.
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:
[SqlException: Could not find stored procedure 'dbo.GetHostSettings'.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +742
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +45
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership)
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText)
Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues)
DotNetNuke.Data.SqlDataProvider.GetHostSettings() +47
DotNetNuke.Entities.Host.HostSettings.GetHostSettings() +85
DotNetNuke.Services.Scheduling.SchedulingProvider.get_SchedulerMode() +5
DotNetNuke.Common.Global.StartScheduler() +8
DotNetNuke.Framework.Install.InstallApplication() +1213
DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) +274
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750