Field1 PK int not null
Field2 PK int not null
このテーブルをマップしたいときに、このようなテーブルがあります。このエラーが発生します
Error 3 Error 3034: Problem in mapping fragments starting at lines 2212, 2218:
Two entities with possibly different keys are mapped to the same row.
Ensure these two mapping fragments map both ends of the AssociationSet to the corresponding columns.
そして、モデル内のそのテーブルを削除して再作成しようとしました。テーブルを追加すると別のエラーが発生しますが、最後に常にこのエラーが発生します
この問題をどのように処理できますか、助けてください...