Problems with DevExpress

1

What happens is that I'm working on a web application that includes DevExpress in version 15.1.7.0 and I get an error when compiling:

  

Compiler error message: BC30009: Reference is required   to the assembly 'DevExpress.Data.v15.1, Version = 15.1.7.0,   Culture = neutral, PublicKeyToken = b88d1754d700e49a 'containing the   Implemented interface 'DevExpress.Utils.IAssignableCollection'.   Add one to the project.

But I have already added the reference to my project.

    
asked by Japh Sxas 14.11.2016 в 21:58
source

2 answers

0

The same error is telling you the solution, you are missing the reference to "DevExpress.Data" and "DevExpress.Utils".

    
answered by 15.11.2016 / 01:06
source
1

Weird things from DevExpress ... I recommend that you re-install the component, do a 'Clean' to the project, and finally give it 'Build'.

    
answered by 14.11.2016 в 22:05