Hi,
I have this scenario where entity "AppointmentStatusType" is derived from "BaseCodeTable" (Map to table "BaseCodeTable". At the same time I want to extend its properties which is map to another table "AppointmentStatusEx". See image attached.

I saved and compiled this "DataModel".
Now the problem is when I try to save in the "DevForce Object Mapper", this error dialog appear:
Failed to save model file "D:\Projects\....\....\DomainModel.ibedmx".
Code generation compile error: Running transformation: System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
...
...
Does this mean, this scenario is not supported by the object mapper. Please advise.
Thank you,
Afrizal