Entity Framework Designer v1…
Usually I like Entity Framework. And as I have to write the
EDMX files by hand (for several reasons) I didn’t had any problems with mapping my Database and Objects.
But for another project I would like to use the designer. And I would like to use
Complex Types. This is a situation where I dont like Entity Framework (or better: the Designer).
Error: ComplexType elements are not supported in the Entity Designer.
Yep – this is a known issue:
So I’ll try not to use Complex Types (with some bad tricks this sould be possible) or I will continue writing EDMX Files by hand…