WPF安装后不显示图标

发布于 2024-10-31 17:36:16 字数 168 浏览 1 评论 0原文

我有一个带有图标的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心如荒岛 2024-11-07 17:36:16

我猜测您做了以下操作:

<Window Icon="/Resources/MyIcon.ico" ...>

如果是这种情况,请确保转到 MyIcon.ico 文件本身并将 Build Action 更改为 Resource

I'm going to guess that you did something along the following lines:

<Window Icon="/Resources/MyIcon.ico" ...>

If that's the case, make sure to go to the MyIcon.ico file itself and change Build Action to Resource.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文