dotConnect Deployment (EF / Oracle)

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
hfrmobile
Posts: 2
Joined: Wed 25 Apr 2012 10:52
Location: Austria
Contact:

dotConnect Deployment (EF / Oracle)

Post by hfrmobile » Mon 30 Apr 2012 10:45

The documentation (http://www.devart.com/dotconnect/oracle ... yment.html) says, that it is only allowed to use "Minimal Installation" for target systems. But in that case DevArt.Data.Oracle.Entity.dll will not be installed to the GAC but that assembly is needed.

Is this just a mistake in the documentation or what other deployment strategy should we use for dotConnect / EF / Oracle applications?

Custom installation:
  • Required runtime assemblies
  • Support for ADO.NET Entity Framework
  • LINQ
Will work but I am not sure if it is allowed by DevArt/EULA? (not tested if LINQ is really necessary or not).

Thanks a lot for putting us to the right direction.

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

Re: dotConnect Deployment (EF / Oracle)

Post by Shalex » Tue 01 May 2012 11:41

hfrmobile wrote:Will work but I am not sure if it is allowed by DevArt/EULA? (not tested if LINQ is really necessary or not).
The LINQ option is not necessary for the ADO.NET/EF functionality.
hfrmobile wrote:Custom installation:
  • Required runtime assemblies
  • Support for ADO.NET Entity Framework
These options are allowed by our licensing model to be chosen when installing dotConnect for Oracle on the target machine. We will correct our documentation concerning this issue.

Post Reply