Page 1 of 1

The type or namespace name 'Devart' could not be found

Posted: Sat 06 Sep 2014 18:03
by krbuck
After upgrading to the newest version of dotConnect for Oracle I receive the error:

The type or namespace name 'Devart' could not be found

I am using a licensed version. Thanks in advance.

Re: The type or namespace name 'Devart' could not be found

Posted: Mon 08 Sep 2014 15:42
by Pinturiccio
Probably the reason of the issue is that you have installed a new version of dotConnect for Oracle, and have not updated Devart assemblies in your project. Please try performing the following actions:
- select Devart.* assemblies in the References node of your project;
- set their Specific Version property to False;
- rebuild the project, and run it.

Does it work?