שתף באמצעות


How to fix:Severity_Code_Description_Project_File_Line_Suppression State Error__An error occurred while signing: Failed to sign bin\Release\app.publish\SQLSvrDETool_OOP.exe. SignTool Error: No certificates were found that met all the given criteria._SQLSv

Question

Wednesday, January 30, 2019 4:11 PM

Simple question.

I have a project that I released as a .exe. However, I can't run it in VS2017 because of this error:

Severity Code Description Project File Line Suppression State
Error  An error occurred while signing: Failed to sign bin\Release\app.publish\SQLSvrDETool_OOP.exe. SignTool Error: No certificates were found that met all the given criteria. SQLSvrDETool_OOP   

How do I reset this so I can check the code in the IDE?

Thanks,

MRM256

All replies (2)

Thursday, January 31, 2019 3:17 AM ✅Answered

Hi,

see the  following link:

https://social.msdn.microsoft.com/Forums/en-US/17a52f55-233e-4ff3-a519-b899dae3a56e/error-in-compiling-signtool-error-no-certificates-were-found-that-met-all-the-given-criteria?forum=visualstudiogeneral

Best Regards,

Alex

MSDN Community Support Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.


Thursday, January 31, 2019 3:23 PM

Thanks, now I can run the project in VS2017 IDE.

Now I can start figuring out why something that used to work in VS2013 doesn't in VS2017.

Regards,

MRM256