コードファーストアプローチを使用し、既存のシステムのデータベースを実装します。したがって、既存のコードに多くの変更を加えることはできません。そのため、FluentAPIとEntityFrameworkを使用しています。
他のいくつかのクラスで使用される新しいクラス()を実装しようとするとVector
、コンパイルエラーが発生します。
The relationship 'Price_Data' was not loaded because the type 'Vector' is not available.
The following information may be useful in resolving the previous error:
The property 'Item' of type 'Vector' in the assembly 'Core, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' cannot be used as a scalar property because it does not have both a getter and setter.
私は.NET(Javaから来ている)にかなり慣れていないので、どこからエラーを探し始めるのかわかりません。
ここの誰かがその理由とこれを修正する方法を知っていますか?