Y中的X类型与Z中的导入类型X冲突

Ban*_*hee 13 .net c# devexpress .net-assembly

我在界面上有以下警告:

c:\ Users [MyUser]\Documents\Visual Studio 2013\Projects\MyProject\MyProject\ReportFiles\CustomReportFieldListIcons.cs中的类型'DevExpress.Data.Browsing.Design.IColumnImageProvider'与导入的类型'DevExpress.Data.Browsing冲突.Design.IColumnImageProvider'在'C:\ Program Files(x86)\ DevExpress\DXperience13.1\Bin\Framework\DevExpress.XtraTreeList.v13.1.dll'使用'c:\ Users [MyUser] \中定义的类型Documents\Visual Studio 2012\PRojects\XtraReportTest\XtraReportTest\ReportFiles\CustomReportFieldListIcons.cs'

为什么?我检查过参考文献,看不出有什么问题吗?

Mik*_*ail 20

  • 删除项目的BinObj文件夹;
  • 清理重建项目.

  • 谢谢,但没有帮助.构建时会返回相同的问题. (4认同)