OracleEntityProviderConfig on 7.2.77.0

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
JoeRuspante
Posts: 54
Joined: Mon 05 Jul 2010 23:08

OracleEntityProviderConfig on 7.2.77.0

Post by JoeRuspante » Mon 10 Sep 2012 10:51

Hi.

I passed to the new version of dotConnect for Oracle and my solution now don't compile because don't find the OracleEntityProviderConfig.


If I try to write all the string by hand "Devart.Data.Oracle.Entity.Configuration" I found only "a, b, c" classes and not OracleEntityProviderConfig...


What's wrong?
The code I had could compile on the previous version of dotConnect (7.1.xx)

Thank you in advance

JoeRuspante
Posts: 54
Joined: Mon 05 Jul 2010 23:08

Re: OracleEntityProviderConfig on 7.2.77.0

Post by JoeRuspante » Mon 10 Sep 2012 10:58

I found the problem.

On Visual Studio I have 2 rows for each DLL.
If I use the first one, it won't work.
If I use the second one, it works...

Is it possible to know why I have 2 voices for each dll (and 1 don't work)?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: OracleEntityProviderConfig on 7.2.77.0

Post by Shalex » Thu 13 Sep 2012 11:43

JoeRuspante wrote:Is it possible to know why I have 2 voices for each dll (and 1 don't work)?
Our installation provides two versions of Devart.Data.Oracle.Entity.dll:
1) %ProgramFiles%\Devart\dotConnect\Oracle\Entity\EF1\Devart.Data.Oracle.Entity.dll (for Entity Framework v1)
2) %ProgramFiles%\Devart\dotConnect\Oracle\Entity\EF4\Devart.Data.Oracle.Entity.dll (for Entity Framework v4)

There is a bug: classes from the Devart.Data.Oracle.Entity.Configuration namespace in \EF1\Devart.Data.Oracle.Entity.dll are obfuscated. We will post here when the issue is fixed.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: OracleEntityProviderConfig on 7.2.77.0

Post by Shalex » Fri 14 Sep 2012 15:50

The bug with obfuscation is fixed. We will notify you when the corresponding build of dotConnect for Oracle is available for download.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: OracleEntityProviderConfig on 7.2.77.0

Post by Shalex » Thu 04 Oct 2012 15:34

New build of dotConnect for Oracle 7.2.96 is available for download!
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=1&t=25020.

Post Reply