-
Notifications
You must be signed in to change notification settings - Fork 226
Doesn't update database #6
Comments
Have you added the query string to your configuration file. If so does it match your own configuration? |
Sounds like a LocalDB problem? Do you have SQL Server 2012 Express LocalDB? (Download here) |
Got the same error, because i had sql server 2014 installed, but i fixed it by changing the
etc |
Same issue for me. when execute Update-Database , it gave me error msg : A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) |
You need to update the query string |
How come these simple Visual Studio projects hardly ever run out of the box :) ... .Never fails to astound!
When I run the Update-Database I get the following error:-
An error occurred while getting provider information from the database. This can be caused by Entity Framework using an incorrect connection string. Check the inner exceptions for details and ensure that the connection string is correct.
This is on windows 10 on a new install of visual studio 2015 community.
Is it something to do with localDB?
The text was updated successfully, but these errors were encountered: