使用 ClickOnce 设置文件关联
当使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您的图标文件是应用程序文件的一部分(发布 > 应用程序文件)。就我而言,我需要将图标文件的类型更改为“内容”,然后它会显示在应用程序文件列表中。然后我就能够指定文件关联而不会出现任何错误。
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.