Forum Discussion
FolkeV
Mar 24, 2022Copper Contributor
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...
- Mar 29, 2022Error 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.
Chacon
Microsoft
Mar 29, 2022Error 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.
- FolkeVApr 07, 2022Copper ContributorThanks! It was indeed that I had put the new publisher name in the app manifest instead of keeping the old one. Thanks!