OC_
OC_

Reputation: 446

Attempted to publish project. Can't run it at all now

I've been working on a C# (WinForms) Project on Visual Studio 2013 for a while and (mostly out of curiosity), I wanted to test the Build>Publish option. It failed and I got the following message:

An error occurred while signing: SignTool.exe not found.

However, the worst thing is that now clicking the Start button so that I can simply run my program gives me back the same error (I've never seen that error before!). What happened and how can I run my program?

Upvotes: 0

Views: 136

Answers (1)

Mitch
Mitch

Reputation: 22301

SignTool is part of the build toolchain, and the fact that it is not found makes me suspect something is wrong with your installation of VS.

Repair the installation from "Programs and Features".

Upvotes: 1

Related Questions