Posted on: 4/3/2014 9:20:04 PM | Views : 473

Hi All,
I have a strange issue with LocalDB.  I have a app that I've created (C#, XAML) in VS2013.  I have a .mdf file in my app and it's connection string is:
<add name="MyDBEntities" connectionString="metadata=res://*/MyDBModel.csdl|res://*/MyDBModel.ssdl|res://*/MyDBModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(LocalDB)\v11.0;attachdbfilename=|DataDirectory|\MyDB.mdf;integrated security=True;connect timeout=30;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" /> In VS2013 my app works great.  So I package it with InstallShield.  All works good.  So I try to actually install it on the same machine that I developed the app on.  Installs fine, but when I go to run the program, I get:
"Your SQL Server Installation is either corrupt or has been tampered with ...

Go to the complete details ...