【发布时间】:2017-07-18 21:29:43
【问题描述】:
我在项目设置 -> 发布 -> 选项 -> 文件关联下的 C# WinForms 项目中为我的文件关联添加了一个图标,并遇到以下错误:
Error 1 The default icon [file path] could not be found in the current file references or is not part of the required download group. The default icon file name is case sensitive so the file name referenced in the application manifest must exactly match the icon's file name.
该图标已作为资源添加到我的项目设置 -> 资源部分下。
我该如何解决这个问题?
【问题讨论】:
标签: c# winforms visual-studio visual-studio-2013