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.

依存関係を解決できません 互換性がありません の解決記録(ASP.NET)

Last updated at Posted at 2023-04-15

コントローラーを追加しようとすると、以下のようなエラーが出た。

image.png

解決した手順

NuGetパッケージマネージャーからパッケージマネージャーコンソールを開く

image.png

コマンドを実行し、EntityFrameworkのバージョンを確認する。

Get-Package EntityFramework

image.png

ソリューションのNuGetパッケージの管理を開く。

image.png

インストール済みからEntityFrameworkを検索する

image.png

パッケージマネージャコンソールからEntityFrameworkの削除を行う。

image.png

参照からEntityFrameworkを検索し、必要なバージョンをインストールし直す。

image.png

注意事項

  • この記事では、visual studio 2022を使用しているので、試してみたい方は事前に準備が必要です。

この記事は誰向けの記事か?

  • 試しにASP.NETを始めてみたいと思っている人

環境

本記事における注意事項

  • 本記事は、備忘録としてまとめたものになります。
  • 他の方の参考になる可能性も踏まえて、一般公開も行なっております。
  • また記載内容はすべて、正しい内容が記載されているとは限りません。
  • 誤った内容を見つけた場合は、ご指摘をお願いいたします。
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?