Page 1 of 1

Schemaerror EndProperty incomplete

Posted: Wed 10 Mar 2010 13:38
by Daniel.Kania
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

Posted: Wed 10 Mar 2010 17:31
by AndreyR
Please check that XML in your .edmx file does not contain unnecessary whitespace in the "ScalarProperty" attribute string.

no whitespaces

Posted: Thu 11 Mar 2010 08:24
by Daniel.Kania
hi,
there are no whitespaces, because the one EndProperty has no ScalarProperty. Is that the problem?








[/img]

i find it

Posted: Thu 11 Mar 2010 09:52
by Daniel.Kania
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

Posted: Thu 11 Mar 2010 16:23
by AndreyR
Glad to hear that the issue is resolved.