I am trying to install DNN to the local file system on a Windows XP computer. The database is a remote SQL Server 2000 on Windows 2000, which is setup in the web.config file in 2 places. I have created it according to instructions on the SQL Server box and am using windows authentication. I know I can connect to the database as I tested it with a connection in another project, so that shouldn't be an issue.
I've tried this twice now using two new websites and two new databases, same error on both.
When I click Ctrl+F5 to install, It asks me how I want to do it, the first time I said custom, the second typical. Both ask about the SQL Server connection and then it goes to the screen where it says it is installing the scripts and the next button won't display until it is complete.
I wait a long time, even after the next button displays becuase the red bars are still moving and I'm unsure. But eventually, I click the Next button...
On both I get the script error on page:
Line 107
char 13
error: Object expected
Code: 0
URL: http://localhost:3096/DNN2_VB/Install/InstallWizard.aspx
When I copy the HTML source to my visual interdev editor and go to line 107, this is line 107:
>>$('txtFeedback').value += s;
It is in the ReportAction function.
At this point, I check my SQL Server database created and there is one new table added: Version
And 3 stored procedures: FindDatabaseVersion, GetDatabaseVersion, UpdateDatabaseVersion
On the first install. I exited the screen, went back to the project and hit Ctrl+F5 again to start it from where it left off. But it gave me errors that a stored procedure was missing. So I suspect I have to get past this first javascript error.
Any suggestions? thanks in advance!
Moondust
P.S. when I use the Insert Smiley button below when filling out this particular forum form, I get an error message about debug errors being turned off, etc. and it doesn't allow insertion of smileys.