May be here:
[ForeignKey("ChapmanComposite.Division", AllowCascadeDeletes=true, NullReferenceValue="{00000000-0000-0000-0000-000000000000}")]
use this:
[ForeignKey("ChapmanComposite.Division,ChapmanStaticDataTypes", AllowCascadeDeletes=true, NullReferenceValue="{00000000-0000-0000-0000-000000000000}")]
I'll look if I can both get a better error feedback (so it points to the location), as well as making orininal type reference work (and not setting it default to be located in the "Composite" assembly)
[ForeignKey("ChapmanComposite.Division", AllowCascadeDeletes=true, NullReferenceValue="{00000000-0000-0000-0000-000000000000}")]
use this:
[ForeignKey("ChapmanComposite.Division,ChapmanStaticDataTypes", AllowCascadeDeletes=true, NullReferenceValue="{00000000-0000-0000-0000-000000000000}")]
I'll look if I can both get a better error feedback (so it points to the location), as well as making orininal type reference work (and not setting it default to be located in the "Composite" assembly)