Entity Developer 'EntityFramework.dll' not available

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
temelvin
Posts: 7
Joined: Fri 31 Jan 2014 03:01

Entity Developer 'EntityFramework.dll' not available

Post by temelvin » Fri 21 Feb 2014 02:38

I just upgraded from the trial version to the latest registered version of dotConnect for Oracle.

I am receiving the following error in Entity developer.
The 'EntityFramework.dll' assembly is not available, thus Entity Framework 5 validation is used instead of Entity Framework 6.

Any help would be appreciated.

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

Re: Entity Developer 'EntityFramework.dll' not available

Post by Shalex » Fri 21 Feb 2014 12:29

temelvin wrote:I am receiving the following error in Entity developer.
The 'EntityFramework.dll' assembly is not available, thus Entity Framework 5 validation is used instead of Entity Framework 6.
This is not error but warning.

Details about the behaviour change are available at http://www.devart.com/dotconnect/oracle ... story.html:
8.2.103 18-Feb-14
Entity Developer
More information messages, when validating EF6 models basing on the EntityFramework.dll functionality, are added (Entity Framework models)

8.2.100 13-Feb-14
Entity Developer
The behaviour is changed: the validation of EF6 models depends on the EntityFramework.dll functionality only (.NET Framework 4.5 is not required any more) (Entity Framework models)
Is your model valid? Have you encountered any problems with it?

temelvin
Posts: 7
Joined: Fri 31 Jan 2014 03:01

Re: Entity Developer 'EntityFramework.dll' not available

Post by temelvin » Fri 21 Feb 2014 14:09

Yes my model is valid and everything is working fine.

Is there a way to resolve the warning or is this the default behavior ?

temelvin
Posts: 7
Joined: Fri 31 Jan 2014 03:01

Re: Entity Developer 'EntityFramework.dll' not available

Post by temelvin » Fri 21 Feb 2014 14:59

I resolved the warning by copying the EntityFramework.dll to the Entity Developer installation path.

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

Re: Entity Developer 'EntityFramework.dll' not available

Post by Shalex » Mon 24 Feb 2014 08:05

temelvin wrote:I resolved the warning by copying the EntityFramework.dll to the Entity Developer installation path.
This is a correct approach for a standalone Entity Developer.

If you are using Entity Developer integrated in Visual Studio, it is enough to install EntityFramework v6 package in the project via Package Manager Console.

mickyd
Posts: 1
Joined: Wed 13 Jan 2016 08:42

Re: Entity Developer 'EntityFramework.dll' not available

Post by mickyd » Fri 29 Jan 2016 02:41

I can confirm this is still an issue with Entity Developer v5.8.782.

The fix described above solved it.

Thanks

Post Reply