移行または更新データベースを追加する必要があるたびに EF 4.3.1 移行を使用する場合、StartUpProject パラメーターを使用する必要があります。これをどこかに設定して、これを続ける必要がないようにすることはできますか? データ プロジェクトをスタートアップ プロジェクトとして設定したくありません。それが違いを生む場合、私のコンテキストと移行は異なるプロジェクトにあります。
StartpProject パラメータを使用しない場合にスローされる例外:
update-database -verbose
Using NuGet project 'Data.Deployment'.
Using StartUp project ''.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
--- End of inner exception stack trace ---
at System.RuntimeType.InvokeDispMethod(String name, BindingFlags invokeAttr, Object target, Object[] args, Boolean[] byrefModifiers, Int32 culture, String[] namedParameters)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at System.Management.Automation.ComMethod.InvokeMethod(PSMethod method, Object[] arguments)
Exception has been thrown by the target of an invocation.