简体   繁体   中英

Installing a UWP package on Windows 10 gives HashMismatch certificate error

We have previously successfully installed a packaged debug version of our application on Windows 10.

When now try to install by running the Add-AppDevPackage.ps1, when it prompts me to install the certificate, I get the error:

Error: could not install the certificate. Status: HashMismatch. For more information, see http://go.Microsoft.com/fwlink/?LinkID=252740

I can see that the appropriate certificate in the Trusted People certificate store - so the Certificate has been installed ok.

Has anyone seen this and/or got a solution to this problem?

If the certificate is already installed, you don't need to run the powershell script. Have you tried to double click the package to install?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM