Entity framework 6.1

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
moostafaa
Posts: 1
Joined: Tue 22 Aug 2017 07:27

Entity framework 6.1

Post by moostafaa » Tue 22 Aug 2017 07:31

Hi
I am using Oracle Dotconnect version 9.1.131.0 and Entity framework 6.1, after starting project visual studio throws and exception and shows that it can not find Entity framework 6.0.0.0, I add Devart.Data, Devart.Data.Oracle and Devart.Data.Oracle.Entity.Ef6
How can I use this version with Ef6.1?

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

Re: Entity framework 6.1

Post by Shalex » Tue 22 Aug 2017 17:09

1. Did you install EntityFramework package into your project via Package Manager Console?

2. Run your code in the debug mode, navigate to Debug > Windows > Modules and make sure that EntityFramework.dll is loaded in the process of your application.

Post Reply