Where to ask

  • Thread starter Thread starter David McCallum
  • Start date Start date
D

David McCallum

Where should I ask this question?

I'm new to VS2005. When trying to publish a program I get the following
error. I downloaded and copied the DLL into the relevant directory, so I
assume I don't have the necessary permissions.

What can I do next?

TIA

David McCallum

Error 2 SignTool reported an error 'Failed to sign
bin\Debug\PinnaclePadNET.publish\\setup.exe. 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.
'. PinnaclePadNET
 
Looks like you need to be an administrator on the machine to install the
application.
You can also review event viewer to check error logs.

HTH
 
Is it tripping on the path, since part of it uses single slashes, and in one
place it is using a double slash?
 
OK, typical, just after I posted I found the solution. I had to register the
DLL
 
Back
Top