Forum Discussion
Trebke
Oct 26, 2021Copper Contributor
Error creating an MSIX Package
Hello, I'am trying to create a MSIX package but it fails. The log file: I [10/26/2021 2:06:34 PM] [Debug] MakeAppx : error: Failure at packageWriter2->Close( manifestStream, contentGroupMapStre...
- Oct 26, 2021You'll have to post the actual AppXManifest file. There is something wrong in it. I would look for a parameter called "LibraryFlag" in there that has a value of "#0". It probably is a TypeLib and you need to just remove the "#".
Oct 26, 2021
You'll have to post the actual AppXManifest file. There is something wrong in it. I would look for a parameter called "LibraryFlag" in there that has a value of "#0". It probably is a TypeLib and you need to just remove the "#".
- TrebkeOct 28, 2021Copper ContributorThat was it! Thanks Timothy!