Where to ask

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
 
G

Guest

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
 
B

Brian Schwartz

Is it tripping on the path, since part of it uses single slashes, and in one
place it is using a double slash?
 
D

David McCallum

OK, typical, just after I posted I found the solution. I had to register the
DLL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top