24th
July
2007
VS2005 - Signtool requires CAPICOM version 2.1.0.1
posted in .NET |
When publishing a project if you get an error Error 32 SignTool reported an error SignTool Error: Signtool requires CAPICOM version 2.1.0.1 or higher. Please copy the latest version of CAPICOM.dll into the directory that contains SignTool.exe. If CAPICOM.dll exists, you may not have proper permissions to install CAPICOM.
Follow these steps
- Download a self-extracting zip file from here.
- Extract capicom.dll from this zip file
- Copy Paste capicom.dll into your “C:/windows/system32″ directory
- click Start -> Run and type “REGSVR32 capicom.dll” and press OK
- You should now be able to publish via ClickOnce.
This entry was posted
on Tuesday, July 24th, 2007 at 2:47 pm and is filed under .NET.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.