473,549 Members | 2,733 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SignTool.exe not found.

Hi,
I try to publish a program and I get an error occured while signing.
SignTool.exe not found. I am new to Visual Studio 2008. What is this for?
Why do I get that error?
Thanks Perry Langla

Jan 4 '08 #1
4 19688

"Perry Langla" <pl*****@hotmai l.comwrote in message
news:6D******** *************** ***********@mic rosoft.com...
Hi,
I try to publish a program and I get an error occured while signing.
SignTool.exe not found. I am new to Visual Studio 2008. What is this for?
Why do I get that error?
Thanks Perry Langla
Google is your friend.

<http://www.google.com/search?hl=en&q= SignTool.exe+.n et&btnG=Google+ Search>

Jan 4 '08 #2
Hi,
I got exactly the same problem, and I checked Google, but the copy-directory
solution does not work for me. The files are simply not there.
Please advice me on the actions to be taken, as my customers are waiting for
a new publish, and this does not work.

Kind regards,

R. van der Gugten.

"Perry Langla" wrote:
Hi,
I try to publish a program and I get an error occured while signing.
SignTool.exe not found. I am new to Visual Studio 2008. What is this for?
Why do I get that error?
Thanks Perry Langla
Jan 7 '08 #3
SignTool.exe is installed by Visual Studio 2005 and by the Platform SDKs. If
you have installed any of these then you should be able to search Program
Files and find the tool. A search of the Internet should turn up info on
where to get the file specifically. On my computer, the file shows up in
these locations:

C:\Program Files\Microsoft SDKs\Windows\v6 .0A\bin
C:\Program Files\Microsoft SDKs\Windows\v6 .0\bin
C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
C:\Program Files\Microsoft Visual Studio 8\Common7\Tools \Bin

William

"R. van der Gugten" wrote:
Hi,
I got exactly the same problem, and I checked Google, but the copy-directory
solution does not work for me. The files are simply not there.
Please advice me on the actions to be taken, as my customers are waiting for
a new publish, and this does not work.

Kind regards,

R. van der Gugten.

"Perry Langla" wrote:
Hi,
I try to publish a program and I get an error occured while signing.
SignTool.exe not found. I am new to Visual Studio 2008. What is this for?
Why do I get that error?
Thanks Perry Langla
Jan 7 '08 #4
Thanks. Allthough when I used VS2005 this problem did not occur. Only when
installing VS2008, I had this issue.
I solved it by copying the signtool from the C:\Program Files\Microsoft
SDKs\Windows\v6 .0\Bin directory to the C:\Program Files\Microsoft
SDKs\Windows\v6 .0A\bin and C:\Program Files\Microsoft Visual Studio
9.0\SDK\v3.5\Bi n directory. I did not find the other locations you mentioned.

However I would like MS to check the installation of VS2008 on this issue,
as I tested it on two computers (Vista) and both had this problem. Thanks for
the quick response.

Reinier.

"William Randlett" wrote:
SignTool.exe is installed by Visual Studio 2005 and by the Platform SDKs. If
you have installed any of these then you should be able to search Program
Files and find the tool. A search of the Internet should turn up info on
where to get the file specifically. On my computer, the file shows up in
these locations:

C:\Program Files\Microsoft SDKs\Windows\v6 .0A\bin
C:\Program Files\Microsoft SDKs\Windows\v6 .0\bin
C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin
C:\Program Files\Microsoft Visual Studio 8\Common7\Tools \Bin

William

"R. van der Gugten" wrote:
Hi,
I got exactly the same problem, and I checked Google, but the copy-directory
solution does not work for me. The files are simply not there.
Please advice me on the actions to be taken, as my customers are waiting for
a new publish, and this does not work.

Kind regards,

R. van der Gugten.

"Perry Langla" wrote:
Hi,
I try to publish a program and I get an error occured while signing.
SignTool.exe not found. I am new to Visual Studio 2008. What is this for?
Why do I get that error?
Thanks Perry Langla
>
Jan 7 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
2826
by: Rutger Claes | last post by:
Code and problem are from PHP5: When I execute the following piece of code, the DomException is thrown with a message: Not Found Exception. I assume this means that the node I extracted from the DomDocument using getElementsByTagName() isn't found when I use insertBefore(). I blame the namespace :-) When I replace the...
5
3785
by: Sruli Ganor | last post by:
Hi Netscape gurus, I'ne just installed Netscape 7.0 to my Windows PC and I'm trying to sign JavaScripts, but get errors right on the beginning. Can anyone tell me what am I doing wrong? I went to Edit->Preferences->Software Security Device->Change Password and set my password. Then I copied the updated cert7.db and key3.db to my folder...
2
6918
by: Kevin R. | last post by:
I have been ignoring this problem for a few weeks now, but it's becoming a bit annoying not to mention unproductive. Here it goes: I compile my project with no errors. Then after I debug/run it, I get the runtime error noted at the end of this message. If I re-compile (without any changes) and re-run, then my project will run OK. This...
1
2376
by: YC.Seattle | last post by:
Hi, I am developing an internal tool so user permission is not an issue. I need to call the "signtool.exe" to sign a file on the web server through a web service. The web server is running on Windows Server 2003, and the working thread is running under "local system" account. I can use the same service to create folders so I think the...
14
2907
by: NormD | last post by:
We have a client-server app using Web Services on an IIS machine. The trace below shows that .NET is searching around for some things (e.g., SystemDrawing.DLL and System.Drawing.EXE) and taking a LONG time to locate them. Time after time. The application DOES run, so it is ultimately finding what it needs. How can we tell "it" where...
1
3596
by: steveo.uts | last post by:
I've created a web app in C # that creates a self-extracting installation file, and then attempts to digitally sign that file using MS signtool. I'm using the Process class to invoke signtool and it is returning this error: SignTool Error: CoCreateInstance returned error: 0x80040150 Could not read key from registry
0
1215
by: arigney | last post by:
I am getting this error publishing a test application as well as my application. This error was reported back in 2005 but there was no reply at that time. Error 2 SignTool reported an error 'Failed to sign bin\Debug\TestClickOnce.publish\\setup.exe. SignTool Error: IStore2::Open returned error: 0x80070001 Incorrect function. SignTool...
1
11910
by: Bill Nguyen | last post by:
Windows XP VS 2005 I got the error message below when trying to publish the VB app to a network folder: Publishing location: \\nasserver\customapps$\VS2005\VISUALDISPATCH\ Installation URL: http://masterserver/customApplication/VS2005/VISUALDISPATCH/
1
4621
by: sora | last post by:
Hi, I've developed a MFC program under VS 6.0. My debugger *was* working fine and I've used it often for my project. Then, one day, the errors below appear and they prevent me from using the debugger. I know that I get these warnings because the OS symbols arn't installed (a few of them loaded fine). As far as I can remember, I didn't touch...
0
7451
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7720
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7960
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7475
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
6048
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3501
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3483
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1944
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1061
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.