WPF安装后不显示图标
我有一个带有图标的 WPF 应用程序。当我使用 ctrl + F5 运行程序时 - 效果很好!该图标显示在任务栏中。即使我将其安装在我开发应用程序的本地计算机上......它仍然显示。
但是,当我将其安装在另一台计算机上时,该图标不会显示在任务栏或其他任何地方。
对这个有什么想法吗?谢谢。
I have a WPF app that has an icon. When I run the program using ctrl + F5 - works great! The icon shows in the task bar. Even if I install it on my local computer that I developed the app on... It still shows.
But, when I install it on a different computer the icon doesn't show in the task bar or anywhere else.
Any ideas on this one? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我猜测您做了以下操作:
如果是这种情况,请确保转到 MyIcon.ico 文件本身并将 Build Action 更改为
Resource
。I'm going to guess that you did something along the following lines:
If that's the case, make sure to go to the MyIcon.ico file itself and change Build Action to
Resource
.