Hey all.
Imagine this structure. A solution with the following projects
- /Backend (RIA Silverlight client)
- /Backend.Web (RIA Silverlight Host / Service)
- /Core (Utility includes)
- /Frontend.Web (Front line MVC app)
A entity framework model built in /Core should be able to be seen in Backend.Web IF there is a reference. Which there is. Now, when the Domain Service creation wizard shows up, it is happy to find the Entity model, but it will not enable the "Generate associated classes for metadata" option.
The only solution seems to be putting the Edmx file into /Backend.Web - but that seems ugly to me :)
Thanks!