Nested complex type

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
bruno92300
Posts: 4
Joined: Fri 03 Jun 2011 10:29

Nested complex type

Post by bruno92300 » Wed 19 Oct 2011 12:24

Hello,

I created a complex type with an instance of another complex type. When I insert an instance of the containing complex type in an entity as a new properety, ED valdiation comes in error with this message :

Erreur 1 Content not valid. The conceptual side Member or Property 'DateHeureModif' specified as part of this MSL does not exist in MetadataWorkspace

There is one error message for each containing property.

If the model is saved, it's impossible to reopen it in VS2010 (it opens in xml mode) and ED standalone open with an error box.

Thankls for a return.

Bruno

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 25 Oct 2011 12:12

Try the latest (4.1.64) version of Entity Developer. If the problem persists, please send us your model and specify the steps we should follow using it.

Post Reply