I have a C# console application written using Visual Studio 2012. In the application I am using a Sql Server localdb connection to a database to store information. This is wor
You'll want to make sure that you've installed .NET Framework 4.0 and, equally as importantly, the .NET Framework 4.0.2 update (KB #2544514).
Once your system is up to date, you can download the SqlLocalDb installer from:
http://www.microsoft.com/en-us/download/details.aspx?id=29062