db_name.mdf ファイルを開こうとすると、次のエラーが発生します。
The database '{path}\db_name.MDF' cannot be opened because it is version 706. This server supports version 662 and earlier. A downgrade path is not supported. Could not open new database 'db_name.MDF'. CREATE DATABASE is aborted. An attempt to attach an auto-named database for file {$path}\db_name.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share.
接続文字列は次のとおりです。
<add name="PasswordDBContext" connectionString="Data Source=(LocalDB)\v11.0;AttachDbFilename=|DataDirectory|\db_name.mdf;Integrated Security=True" providerName="System.Data.SqlClient" />
Visual Studio 内で asp.net mvc 4 プロジェクトに取り組んでいます。
問題を解決するための助けをいただければ幸いです。ありがとう。