0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【備忘録】Visual Stusio 2019 の「パッケージは正しく読み込まれませんでした。」と表示された際の対応

Posted at

参考にさせて頂いたサイト:
https://ykakinoki.hateblo.jp/entry/2020/08/07/094308

  1. C:\Users\ユーザー名\AppData\Local\Microsoft\VisualStudio\16.0_XXXXXXX
    の「ComponentModelCache」フォルダを別名に変更する。

  2. Nugetパッケージマネージャーの右上の歯車を押し、オプションのNuGetパッケージマネージャー>全般「パッケージの初回インストール時に形式の選択を許可する」のチェックを外す

  3. ソリューションを右クリック>NuGetパッケージの復元

色々と弄った際 2. のチェックを入れてしまったために参照エラーが発生していたかもしれない。
ので本来は1だけで行けそうな気もする。
参照する「16.0_XXXXXXX」ディレクトリはVisualStudioのバージョンによりかわるものの、手順自体は共通していると思われる。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?