Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
sparrow37
Posting Yak Master
148 Posts |
Posted - 2010-10-07 : 01:29:03
|
| Hi all:I am getting this error when i run my asp.net application. I am opening it in visual studio 2010The database 'D:\EPATIENT(3)\EPATIENT\APP_DATA\ASPNETDB.MDF' cannot be opened because it is version 661. This server supports version 612 and earlier. A downgrade path is not supported.Could not open new database 'D:\EPATIENT\APP_DATA\ASPNETDB.MDF'. CREATE DATABASE is aborted.An attempt to attach an auto-named database for file D:\ePatient\App_Data\aspnetdb.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.Please sugest me solution.Regards,Asif Hameeed |
|
|
rohitvishwakarma
Posting Yak Master
232 Posts |
Posted - 2010-10-07 : 03:15:11
|
| have you created the database in SQL 2008 and trying to open in SQL 2005? |
 |
|
|
rohitvishwakarma
Posting Yak Master
232 Posts |
Posted - 2010-10-07 : 03:18:50
|
| you may find your answer here:http://forums.asp.net/t/879454.aspx |
 |
|
|
|
|
|