Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I got an error when I published my project in visual studio 2015. I don't know what it is, or how to solve it. Need help. Thanks.

Here's the error.

Severity	Code	Description	Project	File	Line	Suppression State
Error		An error occurred while signing: Failed to sign bin\Release\app.publish\NewMonitoringSystem.exe. SignTool Error: Invalid option: /fd	BBCMMonitoringSystem			


What I have tried:

I haven't tried anything because I don't know what to do. This is my 1st time publishing a project. I'm searching for solution but I need help.
Posted
Updated 7-Oct-16 5:09am
v5
Comments
[no name] 7-Oct-16 10:06am    
If you read the error, you are trying to sign your application using an invalid switch.
Paolo Tansengco 7-Oct-16 11:08am    
How do I sign it in with a valid switch? and what is a switch?
Kornfeld Eliyahu Peter 9-Oct-16 9:58am    
As - by default - WPF projects has signing turned off, you probably changed one of the default settings...
* You maybe asked for sign from an external file and file does not exists
* You may use a test certificate, but it expired (so create a new one)
* You may use a real certificate, but it expired (so buy a new one)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900