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

后端 未结 19 1512
忘掉有多难
忘掉有多难 2020-12-02 05:41

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\"
<         


        
相关标签:
19条回答
  • 2020-12-02 06:27

    I got the same problem in my console application development and as a quick workaround,

    go to project properties then,

    click on signing tab and uncheck "Sign the ClickOnce Manifest".

    Image Description:

    FYI You can also see this less one minute video solution. The above picture is taken form the video.

    0 讨论(0)
提交回复
热议问题