私は自分のソリューションを .NET 3.5 から 4.0 にアップデートしました。しかし、私が理解していないのは、edmx ファイルが次のような多くの警告を生成したことです。
Error 2005: Mapping Association 'FK_CP_C' is redundant:
Its referential integrity constraint provides sufficient information.
You can safely delete the mapping information for this association.
これに遭遇したことがありますか?
リスクを冒して関連付けを削除する必要がありますか?
グーグルで検索してみましたが、何も見つかりませんでした。
ありがとう