Forum Discussion
HandA
Dec 13, 2019Brass Contributor
MSIX App attach error on Windows 10 preview build
 Hi All,     I'm following this guide for MSIX app attach on WVD https://docs.microsoft.com/en-us/azure/virtual-desktop/app-attach   but get the following error using the stage.ps1 script. Any ideas? ...
Stefan Georgiev
Jan 06, 2020Former Employee
HandA this error 0x80080203 usually indicates that the path passed to do staging from is incorrect or/and does not point to a valid appmanifest.xml.
I usually troubleshoot this by mounting the VHD as and drive (E:) and manually browsing to the folder where the manifest is and comparing to what my code does.
Regards
- pjbalanJan 25, 2021Copper Contributor
Stefan Georgiev Could you please give some more details of comparing manifest file with which code.
- Stefan GeorgievJan 26, 2021Former Employee
pjbalan not sure what we are talking about here...if you are looking into all the checks that are there in the MSIX format for MSIX app attach those are based on public APIs tied to APPX/MSIX.