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

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
krbuck
Posts: 2
Joined: Sat 06 Sep 2014 18:00

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

Post by krbuck » Sat 06 Sep 2014 18:03

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.

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

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

Post by Pinturiccio » Mon 08 Sep 2014 15:42

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?

Post Reply