I have an application which I have been deploying releases for over a year now. I have no issues building the application, but today, when I tried to publish it, I got the following error:
An error occurred while signing: Failed to sign bin\Release\app.publish\\setup.exe. SignToolError:
ISignedCode::Sign returned error: 0x80880253
The signer's certificate is not valid for signing.
SignToolError: An error occurred while attempting to sign: bin\Release\app.publish\\setup.exe
I checked an I have the .NET 3.5 Framework with SP1. I'm not sure why this suddenly stopped working, unless some certificate I had was only valid for one year, and it's been a year since I first installed VS 2008. However, I was able to publish as recently as last week, so it's got to be something that changed this week.
What certificate is it that may have expired, and how do I go about updating it with a new certificate?