telerik / kendo-examples-asp-net-mvc

Kendo UI Examples for ASP.NET MVC
164 stars 250 forks source link

Visual Studio 2012 will prompt for an upgrade to LocalDB #1

Closed pauline-dd closed 9 years ago

pauline-dd commented 11 years ago

I tried to open this solution in VS2012 and got prompted to upgrade the DB connection from SQL Express to LocalDB. Got no joy with the instructions in http://msdn.microsoft.com/en-us/library/hh873188.aspx, however manually changing the connectionstring value to: "data source=(localdb)\v11.0;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;MultipleActiveResultSets=True"

worked.

bartvanderwal commented 10 years ago

:+1: +1 :smile: