Skip to content

Commit

Permalink
Merge pull request #209 from Lexman42/patch-1
Browse files Browse the repository at this point in the history
vs restart when Scaffold-DbContest not recognized
  • Loading branch information
rowanmiller committed Jul 5, 2016
2 parents 496533f + 0f2a91c commit 143deeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/aspnetcore/existing-db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Reverse engineer your model
Now it's time to create the EF model based on your existing database.

* :menuselection:`Tools –> NuGet Package Manager –> Package Manager Console`
* Run the following command to create a model from the existing database
* Run the following command to create a model from the existing database. If you receive an error stating the term 'Scaffold-DbContext' is not recognized as the name of a cmdlet, then close and reopen Visual Studio.

.. literalinclude:: _static/reverse-engineer-command.txt

Expand Down

0 comments on commit 143deeb

Please sign in to comment.