Errors resolving NuGet Packages after TFS Download

TobusBoulton

I'm having a strange problem where all of NuGet packages aren't resolving after a full download of the solution from Team Foundation Server in VS2015 Pro.

Errors

Errors

The solution was working perfectly before + trying to install packages again VS reckons it already exists.

Any ideas?

tfcmad

My suggestion would be to firstly get latest on the project and if that doesnt work reinstall the projects packages using the package manager on the 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

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Versions not resolving for Nuget packages

NuGet can't find/download packages after upgrade to 3.4

NuGet Packages not being restored with TFS

Download only necessary NuGet packages

TFS not building after download

Conda Conflicts Not Resolving After Installing Packages

What is the proper tfignore for NuGet packages folder in TFS?

Nuget add packages gives access denied errors

Xamarin - Updating nuget packages caused errors

adding nuget packages in TFS - does packages.config need to be Checked In?

Download all packages from private nuget feed

Manage NUGET Packages menu missing after update

TFS on premise can't restore nuget packages from private feed

How to properly configure NuGet Packages for collaboration with DevOps (TFS)

How to keep VS2015 NuGet from adding packages to TFS

Where is the nuget packages folder located on a hosted build server using TFS?

Create and Publish nuget packages from TFS build process?

TFS ONPREMISE - Package Feed - BuildAgent do not restore Nuget Packages : 403

TFS 2015 Automatically update packages from custom nuget repository on build

Compiler errors (resolving) when compiling after addition of Firebase Admin SDK

Force NuGet to download packages built to project .Net version

NuGet package browsing: How to see packages ordered by download count (descending)

How to use packages download from nuget on Mac (Mono)

where does Nuget download packages when PackageReference is enabled

Errors in packages after signing kernel modules

Resolving nuget package references

Restoring nuget packages of a solution in .net Rider IDE: Failed to download package `x` The HTTP request to GET `x` has timedout after 100000ms

NuGet packages do not show after pushing to private NuGet Feed (NuGet.Server, IIS)

Is it possible to automatically update Nuget packages after a WinForms installation?