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."
What can I do to fix this error?
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.
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
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With