Skip to content

armejiaf/Mhotivo

 
 

Repository files navigation

Mhotivo

Database Setup

In case you're getting this error when running the Web projects:

Error due to non existent instance

It means EntityFramework could not find the instance name specified in the Web.config file. The solution is to create the instance in our machine instead of modifying the Web.config

You can see which instances you have running on your machine y using the following command:

sqllocaldb info

It would show something like this:

Running instances

If the instance name the program needs is not there you can create like with the following:

sqllocaldb create Projects -s

Where Projects is the name of the instance you need. The -s flag starts the instance upon creating it.

Newly created Instance

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 51.8%
  • JavaScript 25.7%
  • CSS 22.4%
  • Other 0.1%