Forum Discussion

FolkeV's avatar
FolkeV
Copper Contributor
Mar 24, 2022
Solved

MakeAppx with publisher bridge - error ID=0x80080218, Error=317

Hi, While updating the certificates for our app, we noticed that it would no longer auto update since the publisher name had changed. Following the guide https://docs.microsoft.com/en-us/windows/msi...
  • Chacon's avatar
    Mar 29, 2022
    Error 0x80080218 does signal that the publisher bridging file is not set up correctly. It's hard to know exactly why without more details. One possible reason is if you are using the "new" publisher name in the manifest instead of the "old" one. The artifact will let you sign using a cert with the "new" name, but you still have to use the "old" name in the manifest.

Resources