"Invalid provider type specified" when signing clickonce manifest in VS2008
- by Mark
I have a certificate issued by a CA on our intranet (it's a V3 sha1 pfx file).
When I use this in the signing part of my clickonce (vsto addin) project, I get the error:
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v9.0\OfficeTools\Microsoft.VisualStudio.Tools.Office.Office2007.targets(250,9): error MSB3482: An error occurred while signing: Invalid provider type specified.
Does anyone know what's going on here?
Thanks!