I have created a UWP application in Visual Studio. I plan on using it only for side loading(it is a LOB app). It doesn't have any errors. But when I try to package it, I get the following errors.
0X8007000b an attempt was made to load a program with an incorrect format
Also, here is my output console.
How do I fix this?
Package.appxmanifest
Click on Visual Assets
tab on top. It is second from left, after Application
tab.All Visual Assets
Now, if you want to use a different image for any of the specific areas, for example, App Icon, scroll down, and provide a different source for it.
Now, build and make sure your app builds. Then attempt to create the app package again.