使用 ClickOnce 设置文件关联

发布于 2024-11-25 12:25:38 字数 183 浏览 2 评论 0原文

当使用 ClickOnce 为我的应用程序设置文件关联时,我遇到了问题。我正在使用“属性”>发布>选项>文件关联方法。问题是,当我尝试设置该文件的默认图标时,出现“图标未设置为与应用程序一起发布,或者不是所需下载组的一部分”错误。经过一番搜索后,我似乎被困住了。如何设置关联,更具体地说,如何向项目添加图标并在文件关联管理器中引用它?

When setting up a File Association for my App with ClickOnce I run into an issue. I'm using the Properties > Publish > Options > File Associations method. The issue is that when I try to set the default icon for that file I get the "Icon is not set to be published with the application, or is not part of the required download group" error. After some searching I seem to be stuck. How does one set up an association, and more specifically how do you add an icon to the project and reference it in the File Association manager?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

不寐倦长更 2024-12-02 12:25:38

确保您的图标文件是应用程序文件的一部分(发布 > 应用程序文件)。就我而言,我需要将图标文件的类型更改为“内容”,然后它会显示在应用程序文件列表中。然后我就能够指定文件关联而不会出现任何错误。

Make sure that your icon file is part of the Application Files (Publish > Application Files). In my case I needed to change the type of the icon file to 'Content' and then it showed up in the list of Application Files. Then I was able to specify the file association without any errors.

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