Signtool error: No certificates were found that met all given criteria with a Windows Store App?

When getting this error through Visual Studio it was because there was a signing certificate setup to match the computer it was originally developed on.

You can check this by going to the project properties > signing tab and checking the certificate details.

You can uncheck “Sign the ClickOnce manifests” to disable signing.

If you don’t want to turn this option off you will have to install the certificate.

Leave a Comment