
When transferring the app in the Microsoft App Store, I get this error (***) after the test:
###
ENGLISH:
Error Found: The type location test detected the following errors:
***The types in the S3DEngine_WinRT namespace are located in file DampferWelle.winmd that does not match the namespace.***
Impact if not fixed: Microsoft store doesn't allow apps that don't pass Windows Runtime Metadata Validation.
How to fix: Please ensure that the metadata for all Windows Runtime types is located in the winmd file that has the longest namespace-matching name in the app package.
GERMAN:
Fehler: Beim Test auf den Typstandort wurden die folgenden Fehler erkannt:
*** Die Typen im Namespace "S3DEngine_WinRT" befinden sich in der Datei "DampferWelle.winmd", die nicht mit dem Namespace übereinstimmt. ***
Auswirkungen, falls nicht behoben: Apps, die die Windows-Runtime-Metadatenüberprüfung nicht bestehen, sind im Microsoft Store nicht zulässig.
Behebungsmethode: Stellen Sie sicher, dass sich die Metadaten für alle Windows-Runtime-Typen in der winmd-Datei befinden, die den längsten mit dem Namespace übereinstimmenden Namen im appx-Paket besitzt.
###
Was created with Beta 9 and VS2015.
How can I solve this problem? Does somebody has any idea?
Thank you very much!