Page 1 of 1

Error when generating domain - first timer

Posted: Tue 15 Oct 2013 12:44
by edowney
Hi Folks,

Just started using Entity Developer here at work. Designed my first model and when I went to generate I received the following error: No mapping specified for instances of the EntitySet and AssociationSet in the EntityContainer Entities. Any ideas? I'm guessing I need to tell it where to put the class files and xml files it's trying to generate? No clue...

Thanx!

Re: Error when generating domain - first timer

Posted: Tue 15 Oct 2013 16:44
by Shalex
You are working with Devart Entity Model (Entity Framework), aren't you? Each EntityClass in CSDL should have the corresponding StorageEntity in the Store (SSDL) part of the model. StorageEntities can be created automatically if you turn on the following option: Model Settings > Synchronization > Mapping > "Enable automatic synchronization of storage part and mapping of the model with its conceptual part".

Re: Error when generating domain - first timer

Posted: Tue 15 Oct 2013 16:48
by Shalex
A tip: double click on the error in the Error List window focuses on the invalid object in Model Explorer.