Page 1 of 1
DbConfigurationType in the Context - new version 8.1.36.0
Posted: Tue 18 Mar 2014 13:06
by kauebranco
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
Re: DbConfigurationType in the Context - new version 8.1.36.0
Posted: Tue 18 Mar 2014 17:02
by Shalex
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
Re: DbConfigurationType in the Context - new version 8.1.36.0
Posted: Tue 18 Mar 2014 17:50
by kauebranco
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
Re: DbConfigurationType in the Context - new version 8.1.36.0
Posted: Wed 19 Mar 2014 13:46
by Shalex
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.
Re: DbConfigurationType in the Context - new version 8.1.36.0
Posted: Wed 19 Mar 2014 18:51
by kauebranco
I removed the DLL and added it again.
Now it Works !!!
Tks a lot.