P
Pavel223
Guest
When creating the ARM64 package in Visual Studio 2019 (Project-> Publish-> Create app packages) I get the following errors:
1>MakeAppx : error : Manifest validation error: Line 37, Column 27, Reason: The file name "LL_1.exe" declared for element "*[local-name()='Applications']/*[local-name()='Application']" doesn't exist in the package.
1>MakeAppx : error : Package creation failed.
1>MakeAppx : error : 0x80080204 - The specified package format is not valid: The package manifest is not valid.
When creating the same package in Visual Studio 2017, these errors do not occur. How can this be fixed?
Continue reading...
1>MakeAppx : error : Manifest validation error: Line 37, Column 27, Reason: The file name "LL_1.exe" declared for element "*[local-name()='Applications']/*[local-name()='Application']" doesn't exist in the package.
1>MakeAppx : error : Package creation failed.
1>MakeAppx : error : 0x80080204 - The specified package format is not valid: The package manifest is not valid.
When creating the same package in Visual Studio 2017, these errors do not occur. How can this be fixed?
Continue reading...