执行exe时出现未知的发布者错误

问题描述:

我已经部署了Windows应用程序项目,但是当我运行它时,它首先会引发错误未知发行者。如何隐藏此消息?

I have deployed my windows app project but when i run it it first throws an error "Unknown publisher". How to hide this message?

您必须对软件包进行数字签名以防止此类错误。

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