הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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:
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