NuGet Package restore failed for project Miscellaneous Files: Value cannot be null or an empty string. Parameter name: root. 0 0

前端 未结 16 2067
傲寒
傲寒 2020-12-15 02:03

I have such error in vs 2012: NuGet Package restore failed for project Miscellaneous Files: Value cannot be null or an empty string. Parameter name: root. 0 0

I see

16条回答
  •  一整个雨季
    2020-12-15 03:04

    I right clicked the solution and chose "Enable Nuget Package Restore". This fixed the problem.

    This link from MSDN shows how:

    http://blogs.msdn.com/b/dotnet/archive/2013/06/12/nuget-package-restore-issues.aspx

    nuget visual-studio

提交回复
热议问题