Dnu recovery error (Could not find part of the path ..)

Any attempt to use migration-beta8 entity? Every time I run the dnx ef command, I get the following

"Error: Run dnu restore to create a new lock file

starts dnu recovery, then gives an error

Could not find part of path "c: \ users \ Username \ .dnx \ packages \ Owin \ 1.0.0 \ Owin.1.0.0.nupkg.sha512

Any idea what goes wrong?

EDIT

We are checking this now, and the path on drive C is 1.0, not 1.0.0. This seems like a problem. Not sure if this was correct, but renaming folders working at the end

+6
source share
1 answer

I tried the @Lutando suggestion but got a command line error

'dnx' is not recognized as an internal or external command, operating program, or batch file.

If you do this, do the following:

dnvm upgrade dnu restore 

Then you must return to business

0
source

All Articles