I wrote a program with a database in VS2012, when I want to run this in another computer I get an Error
Invalid value for key 'attachdbfilename'
My Connection String is :
Data Source=(LocalDB)\v11.0;AttachDbFilename=|DataDirectory|\BMS_DB.mdf;Integrated Security=True;Connect Timeout=30
I install SqlLocalDB_x86.MSI but still I get this Error
I use windows 10 and I wrote my program in Visual Studio 2012 with LinqtoSQL
I search very much in web but can not to solve this problem