DLL error in Visual Studio 2013?

3

When trying to run the project I throw these errors But if you select anyone, send me to this DLL

Searching in Google the name of the same I saw that it has to do with NuGet and When I opened the NuGet Package Menager Console I found the following message

  

Package Manager Console Host Version 2.12.0.817

     

Type 'get-help NuGet' to see all available NuGet commands.

     

The 'System.Net.Primitives 4.0.10' package requires NuGet client version '3.0' or above, but the current NuGet version is '2.12.0.817'.

     

PM >

and good and tried to update it by this same means and by the visual assistant but I have not been successful if someone knows how to thank you for the commands I have used are the following

PM> Install-Package NuGet.VisualStudio -Version 3.5.0 

and I have tried several verifications, they all tell you that it is installed but when I try even restarting the visual studio, I still see the errors that I present at the beginning.

    
asked by Oscar Moreno 22.09.2018 в 02:20
source

1 answer

0

After trying to solve it and try all the changes commit by commit, it was only necessary to uninstall my Visual Studio together with all its components and reinstall it and run my project without any problem.

    
answered by 24.09.2018 / 23:48
source