Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Tony Johansson" Newsgroups: comp.databases.ms-sqlserver Subject: I get errror message when trying to use mdf database downloaded from the net Date: Sun, 9 Feb 2014 13:33:45 +0100 Organization: A noiseless patient Spider Lines: 30 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Injection-Date: Sun, 9 Feb 2014 12:33:53 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="8fdc2b5af81c338deb7045fc6c39b0e2"; logging-data="7069"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19DvsMusi8zHFFyf9tCcb0s" X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18463 X-Newsreader: Microsoft Windows Mail 6.0.6002.18197 Cancel-Lock: sha1:OQFshi+biLyyNKCyiq0PNB2tPhQ= X-Priority: 3 X-MSMail-Priority: Normal Xref: csiph.com comp.databases.ms-sqlserver:1658 I want to use the downloaded mdf database but I get this error. The database 'C:\USERS\TONY\PROGRAMMERING\ENTITYFRAMEWORKTEST\ENTITYFRAMEWORKTEST\ENTITYFRAMEWORKTEST\APP_DATA\PERSONDB.MDF' cannot be opened because it is version 661. This server supports version 655 and earlier. A downgrade path is not supported. Could not open new database 'C:\USERS\TONY\PROGRAMMERING\ENTITYFRAMEWORKTEST\ENTITYFRAMEWORKTEST\ENTITYFRAMEWORKTEST\APP_DATA\PERSONDB.MDF'. CREATE DATABASE is aborted. An attempt to attach an auto-named database for file C:\Users\tony\programmering\EntityFrameworkTest\EntityFrameworkTest\EntityFrameworkTest\App_Data\personDb.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share Here is the version I have for my SQl Server 2008 Microsoft SQL Server Management Studio 10.0.1600.22 ((SQL_PreRelease).080709-1414 ) Microsoft Analysis Services Client Tools 2007.0100.1600.022 ((SQL_PreRelease).080709-1414 ) Microsoft Data Access Components (MDAC) 6.0.6002.18005 (lh_sp2rtm.090410-1830) Microsoft MSXML 3.0 5.0 6.0 Microsoft Internet Explorer 9.0.8112.16421 Microsoft .NET Framework 2.0.50727.4241 Operating System 6.0.6002 You experts what is the best I can do to use the downloaded mdf database? //Tony