I have deployed my windows app project but when i run it it first throws an error “Unknown publisher”. How to hide this message?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to digitally sign your package to prevent this type of error.
http://msdn.microsoft.com/library/ms172240.aspx.
But typically it is advised not to worry about this at the development stage of the application but only consider this at the shipping time.
If you are interested in knowing the nitty-gritty details go here