Page 1 of 1

Entity framework 6.1

Posted: Tue 22 Aug 2017 07:31
by moostafaa
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?

Re: Entity framework 6.1

Posted: Tue 22 Aug 2017 17:09
by Shalex
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.