87

これが私が見ているものです

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、その逆ではありません。私はこれに非常に慣れていないので、助けていただければ幸いです。

4

8 に答える 8

270

これは恥ずかしいことですが、将来的にはこれが Google 社員の助けになるかもしれません。

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

ここに画像の説明を入力

于 2013-05-23T17:28:59.323 に答える
0

私はこの正確な問題を抱えていました.空白のソリューションでプロジェクトを作成し、クラスライブラリとWebアプリを別々に追加したため、スタートアッププロジェクトがありませんでした.

于 2021-02-14T10:53:33.600 に答える