1. ホーム
  2. entity-framework

[解決済み] アドマイグレーションで "Could not load assembly "エラーが発生する。

2023-04-16 10:18:31

質問

私が見ているものは、以下のとおりです。

PM> Add-Migration AddedSubdivion -StartUpProjectName Data -Verbose
Using StartUp project 'Data'.
Using NuGet project 'Registry'.
Could not load assembly 'Registry'. (If you are using Code First Migrations inside 
Visual Studio this can happen if the startUp project for your solution does not 
reference the project that contains your migrations. You can either change the startUp 
project for your solution or use the -StartUpProjectName parameter.)

を参照しようとする理由は全く分かりません。 Registry プロジェクトを参照しようとするのかがわかりません。 Registry に依存する Data に依存しており、その逆ではありません。私は非常に新しいので、私は任意の助けを感謝します。

どのように解決するのですか?

これは恥ずかしいことですが、もしかしたら将来的にgooglerを助けることになるかもしれません。

パッケージ マネージャー コンソールのトップで、私のデフォルト プロジェクトが間違ったプロジェクトに設定されていました。これを私のモデルのプロジェクトに変更すると、修正されました。