I just installed rc2 of aspnet core. I have a project setup and I'd like to create a database by adding some migrations. However when I attempted to open the Developer Command Prompt for VS2015 and run dnvm it says the command isn't recognized. Also running "dotnet ef" throws a similar error. Any ideas?
Asked
Active
Viewed 1,004 times
1
-
RC2 doesn't use DNVM. If you're able to run `dotnet` but not `dotnet ef`, see [this question](http://stackoverflow.com/questions/37276882/no-executable-found-matching-command-dotnet-ef/37280326#37280326) – Daniel Grim May 18 '16 at 20:58
1 Answers
0
This can be resolved by removing "C:\Program Files\Microsoft DNX\Dnvm" manually.

nasir taha
- 1,329
- 1
- 10
- 7