Jun
26
alkampfer on June 26th, 2008
This morning I did some modification to a project that is deployed with click once, I checked in and the build was broken. I go to CC.NET dashboard and I see that the error is
error MSB3323 Unable to find manifest signing certificate in the certificate store
I tried to do various experiments, but after half hour I came to the solution, simply go to the Project Properties, Signing tab, then I deselect “Sign the ClickOnce manifest” and check it again, all works well again.
I really does not know why but seems like if the old certificate had a problem
alk.
Tags: Uncategorized






July 27th, 2008 at 2:23 pm
,
August 5th, 2009 at 10:04 am
Hi,
Thanks for the tip. I still have the same problem, however, even after unchecking the “Sign the ClickOnce manifest” option.
I have tried deleting the build directory, deleting the certificates, restarting the CC net exe, still no luck.
I can’t restart the machine right now as it used for other stuff, but that is my next option.
Any other tips or ideas?
Thanks.
Jonathan
August 5th, 2009 at 11:33 am
It can be due to certificate that request a password.
I have changed the user used to run cc.net service, I logged into the machine with that user, run the script and then a form appears asking me the password for the certificate.
Alk.