程序不会建立

Shm*_*nix 7 vb.net

我正在尝试构建一个程序,我收到错误:

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's certificate is not valid for signing.

SignTool Error: An error occurred while attempting to sign: bin\Release\app.publish\\setup.exe  program1
Run Code Online (Sandbox Code Playgroud)

任何帮助表示赞赏

Nag*_*j S 16

检查您的证书是否存在

查看或管理您的证书

在Visual Studio中解决此问题

  1. 右键单击项目并选择"属性".
  2. 点击标签签名.
  3. 并选中签署ClickOnce清单旁边的复选框.
  4. 按"创建测试证书..."按钮,然后按照该过程操作.

在此输入图像描述