1

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?

JacobK
  • 53
  • 8
  • 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 Answers1

0

This can be resolved by removing "C:\Program Files\Microsoft DNX\Dnvm" manually.

nasir taha
  • 1,329
  • 1
  • 10
  • 7