Database error running the club website starter kit app
Hello Forum Members,
I downloaded the release version of Visual Studio Web Express and then installed the club web site starter kit. I created a new web site using the template and then tried to run it. It looks like the database file is not compatible with the database instance.
Any help or advise would be greatly appreciated.
Server Error in '/Club Web Site Starter Kit1' Application.
Database 'C:\ASP.NET 2005\CLUB WEB SITE STARTER KIT1\APP_DATA\CLUBSITE.MDF' cannot be upgraded because its non-release version (600) is not supported by this version of SQL Server. You cannot open a database that is incompatible with this version of sqlservr.exe. You must re-create the database. Could not open new database 'C:\ASP.NET 2005\CLUB WEB SITE STARTER KIT1\APP_DATA\CLUBSITE.MDF'. CREATE DATABASE is aborted. An attempt to attach an auto-named database for file C:\ASP.NET 2005\Club Web Site Starter Kit1\App_Data\clubsite.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
jeff_akbm
I have seen exactly the same! Anyone help ..... please!
In the SQL Server Management Studio connect to a Developer Edition or Express Edition instance and create a new empty database named clubsite
David Deen
I just downloaded the new latest version of the club website starter kit and it worked. I remeber that the old Club starter kit did not work with the CTP Versions of Express correclty, maybe you got one of those installs for the starter kit, I would suggest re downloading the kit from www.asp.net and see how that goes.
http://www.virtualrealm.com.au/blogs/mykre - XNA, Managed DirectX and Game Programming.
Mykre
I still need more information. What is the "SQL Server Management Studio?" I see no such thing on my system as part of the SQL Server 2005 Express installation (and I installed all options).
jla6653
The management studio is just like the enterprise manager that was installed on thefull versions of SQL 2000. You will not get this with the express editions of SQL 2005, but there is a seperate download that you can use to manage you sql 2005 express edition databases,
http://www.virtualrealm.com.au/blogs/mykre - XNA, Managed DirectX and Game Programming.
Mykre
I am currently having problems with creating a new user
this happens under visual web developer 2005 here is what it looks like:
Sign Up for Your New Account
*
cipher2079
would like to also say that i do enter a minimum of 7 char
and also I enter one numeric char. This occurs under the Timetracker kit, what happens is that when the program is executed it will go into login page if you dont have a user and password name then you'll get the option of creating a new user
Every time I enter a password the same error comes up.
Hello everyone
cipher2079
the error mean that you need to insert one non varchar key like '$ or # or @'. please try with that.
HTH, Myo Zaw
Myo Zaw
Ingwanjawa
The membership provider and related security controls have the security set to high by default, this can be turned off. With it on you need to use a strong password.