Answer the question
In order to leave comments, you need to log in
What is needed to work with asp.net mvc 4?
I have VS 2013 installed. What do I need to install to fully work with Microsoft SQL Server Database File?
Answer the question
In order to leave comments, you need to log in
I decided. The problem was that for some reason the standard instance:
LocalDB instance v11.0 is corrupted
Solution:
On the command line, type
sqllocaldb delete “v11.0”
sqllocaldb create “v11.0” The
instance, as I understand it, is some part of bd
If we are talking about a database dump, then we need SQL Server. For example, you can install SQL Server Express ( https://www.microsoft.com/en-us/sqlserver/editions... ).
Then you can work with the database through the Entity Framework (for example, an example of such work is described here: habrahabr.ru/company/microsoft/blog/133316 ).
Now, is SQL Server Express LocalDB enough to work on your laptop?
I already set up the server, I could connect, work with the database, the only thing was problems with creating models in asp.net mvc4. Decided to delete the database, because. did not find a solution, and put again. Now I can't even connect to the database through Server Explorer...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question