Schemaerror EndProperty incomplete

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
Daniel.Kania
Posts: 10
Joined: Wed 10 Mar 2010 13:20

Schemaerror EndProperty incomplete

Post by Daniel.Kania » Wed 10 Mar 2010 13:38

Hello,
i became the following erromessage when i validate my model:

(sorry that's it in german, but thats my native language)

Image Number Description Location
3 Xml-Schemaüberprüfung für Zuordnungsschema fehlgeschlagen. Informationen zum Schemafehler: Der Inhalt des Elements 'EndProperty' in Namespace 'urn:schemas-microsoft-com:windows:storage:mapping:CS' ist unvollständig. Erwartet wurde die Liste der möglichen Elemente: 'ScalarProperty' in Namespace 'urn:schemas-microsoft-com:windows:storage:mapping:CS'.. D:\webroots\ProTask_V3\ProTask_V3\GO\ProTaskDataSourceModel.edml


Can nevertheless anyone help me?

greetings, Daniel

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 10 Mar 2010 17:31

Please check that XML in your .edmx file does not contain unnecessary whitespace in the "ScalarProperty" attribute string.

Daniel.Kania
Posts: 10
Joined: Wed 10 Mar 2010 13:20

no whitespaces

Post by Daniel.Kania » Thu 11 Mar 2010 08:24

hi,
there are no whitespaces, because the one EndProperty has no ScalarProperty. Is that the problem?








[/img]

Daniel.Kania
Posts: 10
Joined: Wed 10 Mar 2010 13:20

i find it

Post by Daniel.Kania » Thu 11 Mar 2010 09:52

sorry,
i found my problem.

the n:n relation tables has different keycolumnnames and i forgett to set the mapping details --> column

nevertheless thank you

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 11 Mar 2010 16:23

Glad to hear that the issue is resolved.

Post Reply