Warm tip: This article is reproduced from serverfault.com, please click

Nuget package manager console

发布于 2015-08-24 17:43:48

I suddenly get this error on every package I try to update/reinstall in my project.. How can I start to debug this problem? Does the package manager create a log file with more details than this? Where is the manifest that it does not find?

Same package in different project but same solution works fine.

enter image description here

Questioner
Engern
Viewed
0
Sotiris Zegiannis 2018-03-07 04:18:57

I m having the same issue.I think it might be a nuget version issue.I tried to install the package at my visual studio 2013, with nuget version is 2.12.0.817 and i got the same error. Then i tried installing the same package at my visual studio 2015, running nuget version 3.4.4.1321 and the package got installed successfully. So if i were you i would check my nuget version.