Windows 8 certificate issues

1

I am experiencing significant certificate generation issues in Windows 8.

The first issue I encoutered was with Hyper-V being unable to generate a certificate. See this question for more detail: Hyper-V not working on Windows 8.

Since then, I've tried to deploy a self-signed application through click-once. When clicking Create Test Certificate I receive this message:

Access is denied. Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)

After I receive that error, I can manually choose the certificate that was generated by selecting Select from File.... Then, when I try to install the deployed application, I receive this error:

Cannot continue. The application is improperly formatted. 
Contact the application vendor for assistance.

I am running VS as an administrator. Am at a total loss on how where to go next. Any suggestions?

windows-8
permissions
clickonce
asked on Super User Jan 2, 2013 by James Hill • edited Mar 20, 2017 by Community

1 Answer

1

I guess you don't have read access.

Right click on the file, and ensure that you have read access. Or, give that right to Everyone just to quickly test and then by user.

Some times, the key lives here C:\Users\All Users\Microsoft\Crypto\RSA which also needs to be updated.

answered on Super User Jan 2, 2013 by Dave

User contributions licensed under CC BY-SA 3.0