Link to home
Start Free TrialLog in
Avatar of DistillingExperts
DistillingExperts

asked on

Devexpress Error: Error 1 The type or namespace name 'DevExpress' could not be found (are you missing a using directive or an assembly reference?)

I am receiving the following error when trying to integrate a devexpress demo master-detail application in another solution:
Error      1      The type or namespace name 'DevExpress' could not be found (are you missing a using directive or an assembly reference?)
ASKER CERTIFIED SOLUTION
Avatar of HugoHiasl
HugoHiasl

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

Yes you have to add the reference for the dll "DevExpress" by clicking Add Reference in ur project which imports the dll and use the namespaces used by the classes in your program with "using" statements and this solves the error.