Hi all,
1 year ago I was a DNN-n00b. However, I have been putting some hours into DNN and now I have been a DNN module developer for some time. I had the standard setup of DNN running via VS2008 using SQL 2005 Express (using attachdbfile). Due to the new release, some basic mistakes and some mess I decided to make a clean install. So I uninstalled my DNN 4.8.0 development environment (deleted files and DB).
I have then downloaded DNN 4.9.0 (both install, starterkit, and source packages). I set up my DNN folder (with same permissions (also for ASPNET and NETWORK SERVICE)). I created myself a DB in SQL Express called DNN_Development. I created a DB login for dbo rights.
Everything should be ready to install DNN. However, while "installing database scripts" it just stalls. I see "dbo.Version" as the only table and also 3 stored procedures (dbo.FindDatabaseVersion, dbo.GetDatabaseVersion, dbo.UpdateDatabaseVersion). But here the installation stalls and nothing happens.
I have tried to bypass the problem by compromising security in any way. Giving full connection rights to SQL by named pipes and TCP. I have given all rights to the DNN folder for all. I have tried both using the default attachdbfile method for SQL Express and custom create using both integrated security and DB logins. I have tried to enable this mystery feature "user instances". However, no matter what I do it seems that DNN or SQL has simply decided to kill me or something. The DNN website runs (as always) via the Visual Studio ASP.NET Development Server on port 1544, which has always worked fine.
The only thing I might come up with is that I am not sure if the 4.8.0 was running with my SQL 2005 Express without SQL 2005 SP2. I have since then updated SQL 2005 Express to SP2 via Microsoft Update. Is there a known issue with SP2?
Unless someone has a miracle up their sleeve, I guess I will have to try to reinstall SQL 2005 (no matter how much I hate to).