Cross-module associations to the System module must have the Owner property set to Default.

0
Whenever i try to put 1-1 relationship with session i get this error, how can i solve this?
asked
1 answers
0

1-1 association are owned by both entities. However, this would mean you are changing the entity in the System module, and that is not allowed. The fix is to draw a 1-* association to an entity the System module.

answered