I can't get a Sql Server localdb connection to work on a computer that does not have SqlServer Express installed

前端 未结 5 1855
说谎
说谎 2021-02-03 23:42

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

5条回答
  •  佛祖请我去吃肉
    2021-02-03 23:49

    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

提交回复
热议问题