Hi SuperSKa !
Thanks for your reply..
my connection string is :-
<
add key="SiteSqlServer" value="server=mssqlserver;uid=myuserid;pwd=mypwd;database=mydatabase;" />
i have checked the connection string many times. it is not wrong.
When i run URL http://www.dakshasoft.com/dnn/install/install.aspx?mode=install i get following error :-
Server Error in '/DNN' Application.
Could not find stored procedure 'dbo.GetHostSettings'.
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) +44
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.Entities.Users.UserOnlineController.IsEnabled() +4
DotNetNuke.HttpModules.UsersOnlineModule.OnAuthorizeRequest(Object s, EventArgs e) +94
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87
|
When i use URL http://www.dakshasoft.com/dnn/default.aspx i get following error :-
DotNetNuke Upgrade Error
The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )
ERROR: Could not connect to database.
The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist.
What should i do?
Is it possible if any uploded file is currupt? If yes.. Which folder /Folders should i upload again?
Thanks