How can I resolve the "LOCALDB_ERROR_AUTO_INSTANCE_CREATE_FAILED" error after installing SQL Server 2014 Express LocalDB? -


I am using SQL Server 2012 and Visual Studio 2013 on Windows 8.1. All work fine

After installing the SQL Server 2014 Express LocalDB, I have not been able to work with LocalDB . I get odd errors, according to one I LOCALDB_ERROR_AUTO_INSTANCE_CREATE_FAILED

and according to I should get the information in the event log, but there is nothing in the event log.

When sqllocaldb command works and I can set LocalDB in this form:

  C : \ & Gt; Sqllocaldb v Microsoft SQL Server 2014 (12.0.2000.8)   

But whenever I try to work with my projects, I get connection related errors. The inherent error indicates that automatic Example creation did not work. It is resolved by changing the connection string from (localDB) \ v11.0 to (locali) \ v12.0

UPDATE < / Code>

may be:

(localdb) \ projectsv12

I have had a similar problem. Try it: D

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -