Program will not build

I try to create a program and I get an error:

Error 2 An error occurred while signing: Failed to sign bin\Release\app.publish\\setup.exe. SignTool Error: ISignedCode::Sign returned error: 0x80880253 The signer certificate is not valid for signing. SignTool Error: An error occurred while attempting to sign: bin\Release\app.publish\\setup.exe program1 

Any help is appreciated.

+7
source share
1 answer

Check your certificates or not

View or manage certificates

To resolve this issue in Visual Studio

  • Right-click the project and select Properties.
  • Click on the Signing tag.
  • Check Sign Signature ClickOnce.
  • Click the Create Test Certificate ... button and follow the Process.

enter image description here

+14
source share

All Articles