TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nepethya Rana
NA
335
152.8k
Error while updating database in EF 6.1.3 and visual studio
Jun 11 2016 11:31 PM
While executing the command update-database -verbose in package console,
I got this error "<pre lang="C#">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.)</pre>".
How do i solve it and create localDb database?
In app config file I made following change
<parameters>
<parameter value="(localdb)\MSSQLLocalDB" />
</parameters>
Reply
Answers (
1
)
how to fix error maximum request length exceeded on mvc 5
Assigning object reference to interface variable why?