Friday, July 12, 2013

When a missing ClickOnce certificate keeps a WinForms application from running...

In a WinForms app, I unchecked a checkbox for creating a signing certificate for "Sign the ClickOnce manifests" at the "Signing" tab under the User Interface project's properties, and this will hopefully best an error another is seeing asserting:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2455,5): error MSB3323: Unable to find manifest signing certificate in the certificate store.

 
 

...when he tries to pull my code out of Mecurial. This gave me the idea. I suppose I did not see the error on my end as I made the certificate that was missing. :P

No comments:

Post a Comment