Forum Discussion

Trebke's avatar
Trebke
Copper Contributor
Oct 26, 2021
Solved

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...
  • TIMOTHY_MANGAN's avatar
    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 "#".

Resources