visual studio - Errors resolving NuGet Packages after TFS Download -


i'm having strange problem of nuget packages aren't resolving after full download of solution team foundation server in vs2015 pro.

errors

errors

the solution working before + trying install packages again vs reckons exists.

any ideas?

my suggestion firstly latest on project , if doesnt work reinstall projects packages using package manager on project.

uninstall-package simplecrypto  install-package simplecrypto   uninstall-package microsoft.owin install-package microsoft.owin  uninstall-package owin install-package owin  uninstall-package entityframework install-package entityframework 

https://www.nuget.org/packages/simplecrypto/

https://www.nuget.org/packages/microsoft.owin/

https://www.nuget.org/packages/owin/

https://www.nuget.org/packages/entityframework


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -