Visual Studio SignTool.exe Not Found

后端 未结 8 1117
走了就别回头了
走了就别回头了 2020-11-28 05:46

I have completed an application I have made in Visual Studio 14.0, but when I tried to publish the program, I get an error as Visual Studio cannot find \'SignTool.exe\'. I

8条回答
  •  不知归路
    2020-11-28 06:09

    If you do not care about sign your program when you publish, just right click your project then choose Properties --> Signing --> un-check Sign the ClickOnce manifest . I had the same issue when building my program on another machine which did not have ClickOne.

提交回复
热议问题