2

I keep getting this error in VS2013. I checked this SO post on it and other search links and they say to upgrade to NuGet 2.8 which fixed this error of 2.7. I have and I keep getting this error. FWIW, its on a Unit Test project. It has something to do with the XUnit package because I get this error when I am using that package.

Community
  • 1
  • 1
user2471435
  • 1,644
  • 7
  • 35
  • 62
  • possible duplicate of [NuGet Package restore failed for project Miscellaneous Files: Value cannot be null or an empty string. Parameter name: root. 0 0](http://stackoverflow.com/questions/20859591/nuget-package-restore-failed-for-project-miscellaneous-files-value-cannot-be-nu) – Kyle Rosendo Jun 10 '15 at 08:37

2 Answers2

1

Just download NuGet 2.8+

http://docs.nuget.org/consume/installing-nuget

They solved this problem, It's from their side.

Thanks

Joe
  • 2,381
  • 1
  • 17
  • 17
0

Deleting the .suo file, as suggested in this SO post, worked for me when I was having this problem. I did shut down VS before deleting the file and restarted VS after the file was removed.

Community
  • 1
  • 1
amraby
  • 1,228
  • 10
  • 11