DbConfigurationType in the Context - new version 8.1.36.0

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
kauebranco
Posts: 3
Joined: Tue 18 Mar 2014 13:00

DbConfigurationType in the Context - new version 8.1.36.0

Post by kauebranco » Tue 18 Mar 2014 13:06

Hi,

The instructions page, to configure the DbConfigurationType attribute in the Context Class says:

Code: Select all

[DbConfigurationType(typeof(Devart.Data.Oracle.Entity.OracleEntityProviderServicesConfiguration))]
I am using the new version 8.1.36.0 and this "Devart.Data.Oracle.Entity.OracleEntityProviderServicesConfiguration" does not exist.

Please help me !!!
Thanks

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

Re: DbConfigurationType in the Context - new version 8.1.36.0

Post by Shalex » Tue 18 Mar 2014 17:02

Please open your project in Visual Studio, navigate to Solution Explorer > the References node and make sure that reference to Devart.Data.Oracle.Entity.dll exists and is valid.

If this doesn't help, give us the following information:
1) the edition of your dotConnect for Oracle (check it via Tools > Oracle > About menu)
2) the version of Entity Framework you are working with
3) the exact name of target .NET framework of your project

kauebranco
Posts: 3
Joined: Tue 18 Mar 2014 13:00

Re: DbConfigurationType in the Context - new version 8.1.36.0

Post by kauebranco » Tue 18 Mar 2014 17:50

I've checked "Devart.Data.Oracle.Entity.dll":
It exists and is valid

The edition of dotConnect:
8.1.36.0

The version of Entity Framework:
6

Exact name of target .NET Framework:
Version 4.5

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

Re: DbConfigurationType in the Context - new version 8.1.36.0

Post by Shalex » Wed 19 Mar 2014 13:46

kauebranco wrote:I've checked "Devart.Data.Oracle.Entity.dll":
It exists and is valid
Please remove an existing reference and add the reference to C:\Program Files (x86)\Devart\dotConnect\Oracle\Entity\EF6\Devart.Data.Oracle.Entity.dll. Rebuild the project. Does this help?
kauebranco wrote:The edition of dotConnect:
8.1.36.0
The edition can be either Professional, or Standard, or Express, or Mobile.

kauebranco
Posts: 3
Joined: Tue 18 Mar 2014 13:00

Re: DbConfigurationType in the Context - new version 8.1.36.0

Post by kauebranco » Wed 19 Mar 2014 18:51

I removed the DLL and added it again.
Now it Works !!!

Tks a lot.

Post Reply