by Anonymous » 13 May 2025, 18:00
Ich habe eine einfache Visual Studio -Lösung mit zwei Projekten geschrieben. Das erste Projekt ist die Haupt -Winui3 -App, und das zweite ist das optionale Paket. [0x80073d17] Das optionale Paket mit einem Hundertjahreshundert 666A4069-5D78-40EF-AEEC-77E3061A3905_1.0.0_X64__Z15VH46ET9DGT ist nicht in einem zugehörigen Satz. Es muss sich in einem verwandten Satz befinden, der durch das übergeordnete Paket Centennial E22754F5-41A4-44C0-9CFA-246A523E59A1_Z15VH46ET9DGT.
Code: Select all
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap rescap">
OptionalPkgMainApp
Daniele
Assets\StoreLogo.png
Optionales Paketpaket.AppxManifest Dateiinhalt:
xmlns="
http://schemas.microsoft.com/appx/manif ... /windows10"
xmlns:mp="
http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="
http://schemas.microsoft.com/appx/manif ... /windows10"
xmlns:uap3="
http://schemas.microsoft.com/appx/manif ... indows10/3"
xmlns:rescap="
http://schemas.microsoft.com/appx/manif ... pabilities"
IgnorableNamespaces="uap uap3 rescap">
OptionalPkgApp
Daniele
Assets\StoreLogo.png
< /code>
Warum zeigt mir Visual Studio diesen Fehler? Und wie kann ich das
Problem lösen?
Ich habe eine einfache Visual Studio -Lösung mit zwei Projekten geschrieben. Das erste Projekt ist die Haupt -Winui3 -App, und das zweite ist das optionale Paket. [0x80073d17] Das optionale Paket mit einem Hundertjahreshundert 666A4069-5D78-40EF-AEEC-77E3061A3905_1.0.0_X64__Z15VH46ET9DGT ist nicht in einem zugehörigen Satz. Es muss sich in einem verwandten Satz befinden, der durch das übergeordnete Paket Centennial E22754F5-41A4-44C0-9CFA-246A523E59A1_Z15VH46ET9DGT.[code]
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap rescap">
OptionalPkgMainApp
Daniele
Assets\StoreLogo.png
[/code]
Optionales Paketpaket.AppxManifest Dateiinhalt:
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap uap3 rescap">
OptionalPkgApp
Daniele
Assets\StoreLogo.png
< /code>
Warum zeigt mir Visual Studio diesen Fehler? Und wie kann ich das [url=viewtopic.php?t=20324]Problem[/url] lösen?