1. ホーム
  2. visual-studio

[解決済み] Visual Studioでプロジェクトを開くとnuget.targets not foundエラーで失敗する

2022-10-09 14:35:18

質問

Twitterizerをダウンロードしました。 http://www.twitterizer.net/downloads/

Visual Studioで開こうとすると、これらすべてのnugetエラーが発生します。

The imported project "C:\Twitterizer\.nuget\nuget.targets" was not found. 
Confirm that the path in the <Import> declaration is correct, and that the file 
exists on disk.

何が起こっているのか。どう対処すればいいのでしょうか。

どうすれば解決するのですか?

  1. Nugetをインストールします。
  2. ソリューション上で右クリックし、"Enable NuGet Package Restore"を選択します。Visual Studio 2013 およびそれ以降では、代わりに "Restore NuGet Packages" を選択します。
  3. 警告で [OK]をクリックします。
  4. ソリューションを閉じ、再度開きます。

これで問題ないはずです。