錯誤描述:
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.
解決辦法:
1.從這裡下載可執行檔打包程式SQL Script。只需要下載ClubAdd.exe然後執行,解壓縮。
2.在SQL Server Management Studio裡建立一個新的database取名為clubsite。然後匯入解壓縮後的Club-Add.sql檔案,然後execute這個script。
3.在clubsite資料庫上點右鍵,選detach。
4.到目錄下尋找clubsite.mdf檔案,copy到你的club web site starter kit的app_data目錄裡,覆蓋掉以前的那個。(我的clubsite.mdf檔案所在位置:C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data)
5.運行程式。
相關:
1.如果使用的是SQL Server Express Edition的朋友,可以去這裡下載一個Manager會更加方便。
2.這個錯誤的發生是在以前版本的Club.vsi裡,下載www.asp.net上最新的版本一般沒有這個問題。
3.進入後建立一個使用者,比如是fanweixiao,然後在ASP.NET Configuration裡建立一個role,名字為Administrators,然後將fanweixiao使用者加入到這個role裡。使用fanweixiao這個帳戶登陸後就可以管理頁面內容了。