Forum Discussion
szilardd
Oct 22, 2021Brass Contributor
'Error parsing app package' error after version change
I integrated MSIX into a WinForms project and configured it as a package bundle and deployed to an Azure App Service. Everything works fine and I can install the app. But when I deploy a new vers...
- Oct 22, 2021Hi,
I debugged this and found a workaround:
https://github.com/MicrosoftDocs/msix-docs/issues/188#issuecomment-947934682
szilardd
Oct 22, 2021Brass Contributor
MikeH
Oct 22, 2021Brass Contributor
Hi,
I debugged this and found a workaround:
https://github.com/MicrosoftDocs/msix-docs/issues/188#issuecomment-947934682
I debugged this and found a workaround:
https://github.com/MicrosoftDocs/msix-docs/issues/188#issuecomment-947934682
- szilarddOct 22, 2021Brass ContributorThanks MikeH. This is in line with the workaround mentioned here:
https://stackoverflow.com/questions/64381453/appinstaller-xml-issue/68976913#68976913
I had implemented the workaround but there was an issue in the way I did the padding - which is now fixed and looks to work.- MikeHOct 22, 2021Brass ContributorGreat. The thread has a little bit of PowerShell on it that can be used to do the padding.