Hi. Just tried to run my game from C3 in preview mode again but I got this errors: (1 Warning, 1 Error)
Schweregrad Code Beschreibung Projekt Datei Zeile Unterdrückungszustand
Fehler APPX0501 Validierungsfehler. error C00CE169: App manifest validation error: The app manifest must be valid as per schema: Line 10, Column 57, Reason: '1.0.1' verstößt gegen pattern-Einschränkung von '(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])(\.(0|[1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])){3}'. Analyse des Attributs 'Version' mit dem Wert '1.0.1' fehlgeschlagen. TheVeryLongWalk C:\Users\mail\Downloads\The very long walk Win10SDK\bin\Debug\AppxManifest.xml 1
Warnung APPX4001: Build property AppxBundlePlatforms is not explicitly set and is calculated based on currently building architecture. Use 'Create App Package' wizard or edit project file to set it. TheVeryLongWalk C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\VisualStudio\v15.0\AppxPackage\Microsoft.AppXPackage.Targets 2592
1.0.1 is shown as version in the manifest file and I dont know why it causes an error. And for Win10 SDK Version I used the number shown in the Visual Studio Installer for Win10 UWP SDK 10.0.15063.0. Any ideas?