The type X in Y conflicts with the imported type X in Z

Banshee

I have the following warning on a interface :

The type 'DevExpress.Data.Browsing.Design.IColumnImageProvider' in c:\Users[MyUser]\Documents\Visual Studio 2013\Projects\MyProject\MyProject\ReportFiles\CustomReportFieldListIcons.cs conflicts with the imported type 'DevExpress.Data.Browsing.Design.IColumnImageProvider' in 'C:\Program Files(x86)\DevExpress\DXperience13.1\Bin\Framework\DevExpress.XtraTreeList.v13.1.dll' Using the type defined in 'c:\Users[MyUser]\Documents\Visual Studio 2012\PRojects\XtraReportTest\XtraReportTest\ReportFiles\CustomReportFieldListIcons.cs'

Why? I have checked the references and can´t see that there is anything wrong there?

Mikhail
  • Remove the project's Bin and Obj folders;
  • Clean and Rebuild the project.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

The type X in Y conflicts with the imported type X in Z

From Dev

How to fix conflicts with imported type?

From Dev

How to determine if subject is of type X Y Z or None

From Dev

Could not resolve a service of type 'x.y.z'

From Dev

X is not a member type of Y

From Dev

TypeScript + useRef<X|Y>: Type X is not assignable to type Y

From Dev

Dart Polymer : Type X is not a subtype of type Y

From Dev

machine type 'x64' conflicts with target machine type 'X86'

From Dev

Visual Studio 2008 strange build error (type conflicts with imported type)

From Dev

Subtype in Scala: what is "type X <: Y"?

From Dev

AttributeError: type object X has no attribute Y

From Dev

xml as <option type="x">y</option>

From Dev

Type X does not inherit from Y

From Dev

type object x has no attribute y

From Dev

get X instances of type Y in constructor

From Dev

property X does not exist on type Y

From Dev

Python module with Fortran: LNK1112 `module machine type 'X86' conflicts with target machine type 'x64'`

From Dev

Error: Qualifiers dropped in binding reference of type x to initializer of type y

From Dev

glRotate(angle,x,y,z), what is x,y,z in this case?

From Dev

template functions for points with x,y,z and points with x(), y(), z()

From Dev

Map<X, Map<Y, Z> to Map<Y, Map<X, Z>

From Dev

template functions for points with x,y,z and points with x(), y(), z()

From Java

Argument of type 'X' is not assignable to parameter of type 'X'

From Dev

Error bridging Obj-C code and Swift: method "U" provided by method "Z" conflicts with optional requirement method "X" in protocol "Y"

From Dev

Is there a shorter way of writing x == y OR x == z?

From Dev

Simplify the inverse of Z = X ^ (X << Y) function

From Dev

Is there a shorter way of writing x == y OR x == z?

From Dev

Avoid Type '{}' is not assignable to type 'X'

From Dev

How to plot (x,y,z)

Related Related

  1. 1

    The type X in Y conflicts with the imported type X in Z

  2. 2

    How to fix conflicts with imported type?

  3. 3

    How to determine if subject is of type X Y Z or None

  4. 4

    Could not resolve a service of type 'x.y.z'

  5. 5

    X is not a member type of Y

  6. 6

    TypeScript + useRef<X|Y>: Type X is not assignable to type Y

  7. 7

    Dart Polymer : Type X is not a subtype of type Y

  8. 8

    machine type 'x64' conflicts with target machine type 'X86'

  9. 9

    Visual Studio 2008 strange build error (type conflicts with imported type)

  10. 10

    Subtype in Scala: what is "type X <: Y"?

  11. 11

    AttributeError: type object X has no attribute Y

  12. 12

    xml as <option type="x">y</option>

  13. 13

    Type X does not inherit from Y

  14. 14

    type object x has no attribute y

  15. 15

    get X instances of type Y in constructor

  16. 16

    property X does not exist on type Y

  17. 17

    Python module with Fortran: LNK1112 `module machine type 'X86' conflicts with target machine type 'x64'`

  18. 18

    Error: Qualifiers dropped in binding reference of type x to initializer of type y

  19. 19

    glRotate(angle,x,y,z), what is x,y,z in this case?

  20. 20

    template functions for points with x,y,z and points with x(), y(), z()

  21. 21

    Map<X, Map<Y, Z> to Map<Y, Map<X, Z>

  22. 22

    template functions for points with x,y,z and points with x(), y(), z()

  23. 23

    Argument of type 'X' is not assignable to parameter of type 'X'

  24. 24

    Error bridging Obj-C code and Swift: method "U" provided by method "Z" conflicts with optional requirement method "X" in protocol "Y"

  25. 25

    Is there a shorter way of writing x == y OR x == z?

  26. 26

    Simplify the inverse of Z = X ^ (X << Y) function

  27. 27

    Is there a shorter way of writing x == y OR x == z?

  28. 28

    Avoid Type '{}' is not assignable to type 'X'

  29. 29

    How to plot (x,y,z)

HotTag

Archive