Hello,
I am trying to install DNN on windows xp sp3 pc. I have installed IIS 5.1, SQLExpress and configure( DNN_DATABASE) and now trying to install software using the website address created .http://localhost/dotnetnuke configured we.config file as per instrcution in one of previous thread in this forum through link....
http://www.dotnetnuke.com/Community/B...
After getting the folder security scan successfyl i am receiving error for SQLSErver Database....
Here is the detail error...........
Installation Status Report
00:00:00.062 - Checking File and Folder permissions Success
00:00:00.062 - Installing Version: 05.00.00
00:00:00.062 - Executing Script: DotNetNuke.Schema.SqlDataProvider Error! (see DotNetNuke.Schema.log.resources for more information)
00:00:03.781 - Executing Script: DotNetNuke.Data.SqlDataProvider Error! (see DotNetNuke.Data.log.resources for more information)
--------------------------------------------------------------------------------
Server Error in '/DotnetNuke' Application.
--------------------------------------------------------------------------------
The stored procedure 'dbo.UpdateDatabaseVersionAndName' doesn't exist.
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.InvalidOperationException: The stored procedure 'dbo.UpdateDatabaseVersionAndName' doesn't exist.
--------------------------------------------------------------------------------------------------------------
Can someone please advise what i am doing wrong? or how can i resolve the issue. I am not a programmer and do not have much experience in wokring with SQLServer.