Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can't I find the certificate to sign the ClickOnce manifest? [duplicate]

I had to make some changes in an application done by a guy who worked on a project before me. I asked him for the sources and he gave them to me. The problem is that when I try to build (even before making any changes) I get the following error:

"Error 1 Unable to find manifest signing certificate in the certificate store."

enter image description here

What can I do to fix this error?

like image 914
zozo Avatar asked Apr 22 '11 18:04

zozo


People also ask

How do I enable sign the ClickOnce manifest?

To enable ClickOnce security settings With a project selected in Solution Explorer, on the Project menu, click Properties. Click the Security tab. Select the Enable ClickOnce Security Settings check box.


2 Answers

Well you need a code signing certificate or simply press the "Create a test certificate" button. Also do not forget to put the below into the 'Timestamp server URL' box:

http://timestamp.verisign.com/scripts/timstamp.dll
like image 103
Teoman Soygul Avatar answered Sep 19 '22 08:09

Teoman Soygul


The solution is expecting the certificate that was used to sign the manifest. Either provide the certificate or sign it with your own certificate. It appears you have the solution "Sign the ClickOnce manifest" checked ( I can't tell horrible unclear image ) the simple solution is not to sign it or provide your own certificate

like image 44
Security Hound Avatar answered Sep 18 '22 08:09

Security Hound