As part of our build system, we use signtool.exe with a certificate to sign our binaries after they are created. Sometimes (itβs hard to say when it hits), the signing fails:
error MSB3073: The command "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\signtool.exe" [...] exited with code 1.
According to MSDN, exit code 1 means that there was a failure while writing the file. I can verify that the file is not signed.
I also noticed that from time to time part of the timestamp is played out with another error message, although the file is still signed (without a timestamp).
How can I eliminate and eliminate these seemingly random, inconsistent signature failures?
ashes999
source share