This can be reproduced in the following scenario:
1. Base class with an enum
2. two derived classes in different assemblies
Exception Message: No corresponding object layer type could be found for the conceptual type 'EnumInheritanceBugRepro.TestEnum'.
The same inheritance works if they are in the same assembly.
A solution reproducing the exception is attached.
1. Base class with an enum
2. two derived classes in different assemblies
Exception Message: No corresponding object layer type could be found for the conceptual type 'EnumInheritanceBugRepro.TestEnum'.
The same inheritance works if they are in the same assembly.
A solution reproducing the exception is attached.