Error "The parameter is incorrect" while signing C# VSTO manifest

Go To StackoverFlow.com

3

I bought from StartSSL 'Class 2 validation'. Then I successfully created the Object Code Signing Certificate (PFX) and successfully imported my certificate into Visual Studio 2010.

Imported certificate in VS 2010 http://dl.dropbox.com/u/80507/signing/configuration.PNG

When I try to sign the VSTO Manifest (for PowerPoint Add-In ClickOnce setup), I get this error:

An error occured while signing: The parameter is incorrect.

Signing error http://dl.dropbox.com/u/80507/signing/error.PNG

I spoke with StartSSL and their certificate would not have a problem with this.

2012-04-04 18:49
by illagrenan
when you run certmgr.msc do you see star com class 2 in trusted root CA - Brijesh Mishra 2012-04-05 06:43
Yes, I see Start Com as trusted CA - illagrenan 2012-04-05 07:32


0

If you do not specify StartSSL timestamp server, the certificate (and ClickOnce manifest signing) works without problems.

2012-04-12 22:16
by illagrenan
Ads