24th July 2007

VS2005 - Signtool requires CAPICOM version 2.1.0.1

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

  1. Download a self-extracting zip file from here.
  2. Extract capicom.dll from this zip file 
  3. Copy Paste capicom.dll into your “C:/windows/system32″ directory 
  4. click Start -> Run and type “REGSVR32 capicom.dll” and press OK 
  5. You should now be able to publish via ClickOnce.

posted in .NET | 0 Comments