I\'m trying to sign a Windows 8 appx package with a pfx file I have. I\'m using a command like so:
signtool.exe sign /fd sha256 /f \"key.pfx\" \"app.appx\" <
just uncheck the 'Sign the click once manifests' from the signing tab in project properties,it will remove the error and you can create a new one as from there.