Just downloaded the sample app (C#). I have SQL Server 2014 installed on my machine so wanted to attach the database in App_Data folder.
I copied the .mdf and .ldf files to "Data" folder of SQL Server installation folder, opened SQL Server and when I selected the files to attach I got an error : "The database cannot be opened because it is version 851. This server supports version 782 and earlier. A downgrade path is not supported".
Is this database done in MS SQL 2016? If so, is there a 2014 version available?
Thanks.