type or namespace name 'Newtonsoft' could not be found

前端 未结 4 1266
死守一世寂寞
死守一世寂寞 2021-01-11 23:41

I\'ve looked this question up, but I don\'t see too many answers, and obviously none have been helpful or I wouldn\'t be asking. I am a .NET neophyte.

My local enviro

4条回答
  •  醉梦人生
    2021-01-12 00:22

    Another possible reason for this issue is if the project is using NuGet packages and they haven't been restored (downloaded) yet.

    They may need to be restored in Visual Studio or you can use the nuget.exe command-line executable to restore the packages.

    https://docs.nuget.org/consume/package-restore

提交回复
热议问题