I have SQL Server 2008 and VS2008 installed on my computer and I'm trying to run a web application created on a computer with SQL Server 2008 and VS2008 and VS2010 beta 2 with its SQL Server Express.
I get an error with a version of the database that "... aspnetdb.mdf" does not open, because it is version 655. This server supports version 612 and earlier ... "
Setting up the database in Visual Studio → Tools → Options → The design validation database does not work, since I do not have a version of SQL Server with VS 2010.
EDITED: I also edited aspnetdb and inserted some more tables, so I need the same aspnetdb
Is there any solution to convert this db?
In addition, after fixing this, I look forward to downloading it on my hosting with SQL Server 2005 DB and configure it in PLESK.
source
share