The first part of the instructions say to add some code to
package.appxmanifest
package.appxmanifest
I tried adding the
xmlns
xmlns
lines to the Package block and then adding the Exentions block in.
But, that gives me an error that I don't even know what it means:
Severity Code Description Project File Line Suppression StateError DEP0700: Registration of the app failed. [0x80080204] error 0xC00CE014: App manifest validation error: The app manifest must be valid as per schema: Line 37, Column 6, Reason: Element '{http://schemas.microsoft.com/appx/manifest/desktop/windows10/4}Extension' is unexpected according to content model of parent element '{http://schemas.microsoft.com/appx/manifest/foundation/windows10}Extensions'.Expecting: {http://schemas.microsoft.com/appx/manifest/foundation/windows10}Extension, {http://schemas.microsoft.com/appx/manifest/foundation/windows10}ExtensionChoice. Pin Explorer
Severity Code Description Project File Line Suppression StateError DEP0700: Registration of the app failed. [0x80080204] error 0xC00CE014: App manifest validation error: The app manifest must be valid as per schema: Line 37, Column 6, Reason: Element '{http://schemas.microsoft.com/appx/manifest/desktop/windows10/4}Extension' is unexpected according to content model of parent element '{http://schemas.microsoft.com/appx/manifest/foundation/windows10}Extensions'.Expecting: {http://schemas.microsoft.com/appx/manifest/foundation/windows10}Extension, {http://schemas.microsoft.com/appx/manifest/foundation/windows10}ExtensionChoice. Pin Explorer
I tried looking for other ways to do this but no luck. So I think my current option is to try this library. I'd appreciate any help, this is literally my first time using C#, WinUI.
After searching for a whole day, at first it looked like a hell, but now it does feel like one