Jun 21 2020 08:31 PM
Hello,
Can anyone help me fix this problem?
MyPackageQuad_1.0.0.0_x64__wkffetrt8aq28.msix8.3 KB
Package acceptance validation error: The package MyPackageQuad_1.0.0.0_x64__wkffetrt8aq28.msix doesn't contain any Application elements in the app manifest file.
I don't know what I am doing wrong.
Thanks,
SBMSSOL
Jun 22 2020 03:35 AM
The error seems to indicate an issue with the AppXManifest.xml file that you must include at the root folder. The file has "application" elements and the error seems to say that it didn't find any. These elements define entrypoints, such as the shortcuts (called visual elements in the schema). So it sounds like a syntax error.
Reference is: https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/appx-package-manifest
Example is: https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/how-to-create-a-basic-package-manifest
Jun 22 2020 08:29 AM
Timothy,
Thank you. I will look at this again. I know I have a AppXManifest.xml in my solution and I see elements in it. Just got to find how to make sure package includes it in it I guess??. I am new with this tool, so just learning how to use it. I appreciate this much. Sound like a small error, I just need to know what it means.
Jun 22 2020 08:45 AM
Timothy,
I was wondering if I should name the file Package.appxmanifest, instead of appxmanifest?
Jun 22 2020 08:49 AM
It must be AppxManifest.xml in the package. Possibly case doesn’t matter, but I’ve always seen it that way.
However, I can't speak to whatever tooling you could be using that expects you to provide a different name and changes it into the form the package requires.