473,386 Members | 2,078 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Can't Publish-SignToolError

I have an app that published fine to our network. We just moved to a new
server and I am trying to publish my app to the new server. It fails and I
get the following messages:

Error 1 Cannot publish because a project failed to build. 1 1
TextFileConverter

Error 2 SignTool reported an error 'Failed to sign
bin\Release\TextFileConverter.publish\\setup.exe. SignTool Error:
ISignedCode::Sign returned error: 0x80880253

The signer's certificate is not valid for signing.

SignTool Error: An error occurred while attempting to sign:
bin\Release\TextFileConverter.publish\\setup.exe

'. TextFileConverter
Does anyone have any ideas? I noticed the double hack before setup.exe...but
can't figure out if that's a problem and where to change that.
Jun 27 '08 #1
4 4799
Are you using ClickOnce deployment (the publish tab) or a set&deployment
package?

RobinS.
---------------------------
"Paul Engel" <pa********@vebridge.comwrote in message
news:uD**************@TK2MSFTNGP03.phx.gbl...
>I have an app that published fine to our network. We just moved to a new
server and I am trying to publish my app to the new server. It fails and I
get the following messages:

Error 1 Cannot publish because a project failed to build. 1 1
TextFileConverter

Error 2 SignTool reported an error 'Failed to sign
bin\Release\TextFileConverter.publish\\setup.exe. SignTool Error:
ISignedCode::Sign returned error: 0x80880253

The signer's certificate is not valid for signing.

SignTool Error: An error occurred while attempting to sign:
bin\Release\TextFileConverter.publish\\setup.exe

'. TextFileConverter
Does anyone have any ideas? I noticed the double hack before
setup.exe...but can't figure out if that's a problem and where to change
that.
Jun 27 '08 #2
Click Once.

"RobinS" <ro****@imnottelling.comwrote in message
news:S6******************************@comcast.com. ..
Are you using ClickOnce deployment (the publish tab) or a set&deployment
package?

RobinS.
---------------------------
"Paul Engel" <pa********@vebridge.comwrote in message
news:uD**************@TK2MSFTNGP03.phx.gbl...
>>I have an app that published fine to our network. We just moved to a new
server and I am trying to publish my app to the new server. It fails and I
get the following messages:

Error 1 Cannot publish because a project failed to build. 1 1
TextFileConverter

Error 2 SignTool reported an error 'Failed to sign
bin\Release\TextFileConverter.publish\\setup.ex e. SignTool Error:
ISignedCode::Sign returned error: 0x80880253

The signer's certificate is not valid for signing.

SignTool Error: An error occurred while attempting to sign:
bin\Release\TextFileConverter.publish\\setup.ex e

'. TextFileConverter
Does anyone have any ideas? I noticed the double hack before
setup.exe...but can't figure out if that's a problem and where to change
that.

Jun 27 '08 #3
Your question gave me what I needed. i searched Google for OneClick and
Signed and found the answer. In the end, I went into the Signed property tab
of my properties for the projecdt, clicked on create test signature, used
the same password I used last year and it created a new signed certificate
that expires in a year. I was thereafter able to publish my app. Thanks!

I'll remember that next year!
"RobinS" <ro****@imnottelling.comwrote in message
news:S6******************************@comcast.com. ..
Are you using ClickOnce deployment (the publish tab) or a set&deployment
package?

RobinS.
---------------------------
"Paul Engel" <pa********@vebridge.comwrote in message
news:uD**************@TK2MSFTNGP03.phx.gbl...
>>I have an app that published fine to our network. We just moved to a new
server and I am trying to publish my app to the new server. It fails and I
get the following messages:

Error 1 Cannot publish because a project failed to build. 1 1
TextFileConverter

Error 2 SignTool reported an error 'Failed to sign
bin\Release\TextFileConverter.publish\\setup.ex e. SignTool Error:
ISignedCode::Sign returned error: 0x80880253

The signer's certificate is not valid for signing.

SignTool Error: An error occurred while attempting to sign:
bin\Release\TextFileConverter.publish\\setup.ex e

'. TextFileConverter
Does anyone have any ideas? I noticed the double hack before
setup.exe...but can't figure out if that's a problem and where to change
that.

Jun 27 '08 #4
Great. Note that if you are using VS2005, and you publish with a new
certificate, your users will have to deinstall and reinstall the
application.

They fixed this problem in VS2008, so if you're using that, you won't have
any problem at all.

RobinS.
GoldMail.com
--------------------------
"Paul Engel" <pa********@vebridge.comwrote in message
news:u2**************@TK2MSFTNGP02.phx.gbl...
Your question gave me what I needed. i searched Google for OneClick and
Signed and found the answer. In the end, I went into the Signed property
tab of my properties for the projecdt, clicked on create test signature,
used the same password I used last year and it created a new signed
certificate that expires in a year. I was thereafter able to publish my
app. Thanks!

I'll remember that next year!
"RobinS" <ro****@imnottelling.comwrote in message
news:S6******************************@comcast.com. ..
>Are you using ClickOnce deployment (the publish tab) or a set&deployment
package?

RobinS.
---------------------------
"Paul Engel" <pa********@vebridge.comwrote in message
news:uD**************@TK2MSFTNGP03.phx.gbl...
>>>I have an app that published fine to our network. We just moved to a new
server and I am trying to publish my app to the new server. It fails and
I get the following messages:

Error 1 Cannot publish because a project failed to build. 1 1
TextFileConverter

Error 2 SignTool reported an error 'Failed to sign
bin\Release\TextFileConverter.publish\\setup.exe . SignTool Error:
ISignedCode::Sign returned error: 0x80880253

The signer's certificate is not valid for signing.

SignTool Error: An error occurred while attempting to sign:
bin\Release\TextFileConverter.publish\\setup.e xe

'. TextFileConverter
Does anyone have any ideas? I noticed the double hack before
setup.exe...but can't figure out if that's a problem and where to change
that.

Jun 27 '08 #5

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

Similar topics

0
by: anas.sal | last post by:
Hi everyone! The goal -- I want to publish ebooks of my collage in my site. The problem -- The original "Content" module of phpnuke has some limitations -- such as limited number of...
0
by: Mike S. | last post by:
VS 2005 Professional RTM (8.0.50727.42) on Windows 2000 ASP.NET website Last week I converted a 1.1 ASP.NET (VB) project to 2.0. The conversion was painless on the VB code side. It was a lot of...
6
by: ewolfman | last post by:
Hi, I've read many posts in several news groups, but can't figure out how to publish my website. The specific error I'm getting (on the "successfully published website") is "Could not load the...
1
by: Bill Long | last post by:
I have a .NET 1.1 application (C#) that I converted to .NET 2.0... Conversion was pretty painless, code runs from the development environment no problem... but when I try and publish... It says...
9
by: Alex Greenberg | last post by:
I don't know, but I find the Publish Web Site feature very lacking and weak. I mean, why does the damn thing have to delete unrelated directories like /images /documents etc. This is so...
2
by: genc_ymeri | last post by:
Hi over there, I suddenly started to get the below error when I try to publish my websites, in any of them ! I tried to google it but not much info. Any help very much appreciated, thanks...
9
by: Jason | last post by:
Hi all, I am no longer able to publish a web site project using Visual Studio 2005 Professional. I am publishing it to an FTP url, and this used to work just fine. I enter the username and...
0
by: Bjorn Sagbakken | last post by:
With VS 2005 I have updated my project the latest few weeks, and now I wanted to publish this to the web-server. Then the strangest thing happened; - build and publish reported ok, no errors - but...
1
by: Rick | last post by:
When I publish our web site to the web server, the vssver2.scc source safe file get's published to the bin directory then the next time I publish I get a publish failed error because this file...
0
by: Daniel | last post by:
Hi all, trying to publish a vb.net 2008 application to localhost. I was able to publish without any problem just a couple of days ago. However, now when I try to publish, I get the following...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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,...

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.