XIII:
Hi,
I got this error message when opening
The database 'C:\USERS\KVDMAST\DOWNLOADS\TEST.MDF' cannot be opened because it is version 655. This server supports version 612 and earlier. A downgrade path is not supported.
Could not open new database 'C:\USERS\KVDMAST\DOWNLOADS\TEST.MDF'. CREATE DATABASE is aborted.
I installed SQL Server Express 2008 besides a developer edition of SQL Server 2005 but still I retrieve the same error message. I also rebooted the system just to be sure but still the error message appears. Is there anything else that needs to be taken care of?
Grz, Kris.
Hi XIII,
Just like limmo said, this issue occurs when we attach SQL Server 2008 database files to SQL Server 2005 instance.
From your description, it seems that you installed SQL Server 2008 Express later than SQL Server 2005, when you double clicked the database file in Visual Studio, Visual Studio still called the SQL Server 2005 instance by default.
I think you can refer to the following steps to fix this issue:
In Visual Studio, go to Tools -> Options -> Database Tools -> Database Connections, fill the SQL Server Instance Name with the name of SQL Server 2008 Express instance.
Also please view another thread:
http://forums.asp.net/t/1315279.aspx