Replies: 2 comments 4 replies
-
Update, this is only happening when I try to build and package for X86. If I don't do that, there's no problems. |
Beta Was this translation helpful? Give feedback.
-
First of all, the runFullTrust capability is properly documented. It is the "Full Trust Permission Level" capability in the restricted capability list. In other words, the warning can be ignored and if you have somehow set the package to be partial trust then you can also remove this capability. For your actual problem, this is difficult since I honestly can't replicate this. The error I get when the build fails or there is some other problem is completely different from the one in your post. If possible, could you create a sample project or copy your project and cut out anything private to provide a sample? If it is in the packaging portion, you don't have to provide any of the code or resources for the application. |
Beta Was this translation helpful? Give feedback.
-
Asked on Stack Overflow but didn't get an answer - I'm trying to publish a packaged app to the Windows Store. Using the pack and publish option, I get a failure with this info: "The file name "AudioChapterEditor.exe" declared for element "[local-name()='Applications']/[local-name()='Application']" doesn't exist in the package."
My app is called Audio Chapter Editor, and the solution is titled AudioChapterEditor. The appxmanifest is below, where I assume it's having the problem. (Minor edits for privacy maybe? Not sure what's private in this file!)
The rescap line at the bottom is highlighted in Visual Studio with a warning about being unknown, but it's what the documentation says should be in a WinUI 3 project, and I think it's what was created when I made the project in VS... it seems this kind of error comes up for others when bundling things, particularly executables, into the application, but my app doesn't need or have that.
Beta Was this translation helpful? Give feedback.
All reactions