dotConnect for Oracle 8.2.90 to 8.4.359 conversion

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
John Liu
Posts: 61
Joined: Wed 14 Nov 2012 20:58

dotConnect for Oracle 8.2.90 to 8.4.359 conversion

Post by John Liu » Fri 06 Mar 2015 19:26

I've been using dotConnect for Oracle 8.2.90 with EntityFramework 6.0.2 in production for over a year. I'm trying to move to dotConnect for Oracle 8.4.359. I am a little concerned that the replacement would break the stable production environment. Can anyone give me some guidance?
Is there anyway I can maintain two versions on the same machine one for production code and one testing the new version?
thanks
JL

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

Re: dotConnect for Oracle 8.2.90 to 8.4.359 conversion

Post by Shalex » Mon 09 Mar 2015 11:53

John Liu wrote:I've been using dotConnect for Oracle 8.2.90 with EntityFramework 6.0.2 in production for over a year. I'm trying to move to dotConnect for Oracle 8.4.359. I am a little concerned that the replacement would break the stable production environment. Can anyone give me some guidance?
In your development environment, uninstall v8.2.90 and install v8.4.359, remove old references
to Devart.* assemblies in your project and add the new ones:
C:\Program Files (x86)\Devart\dotConnect\Oracle\Devart.Data.dll
C:\Program Files (x86)\Devart\dotConnect\Oracle\Devart.Data.Oracle.dll
C:\Program Files (x86)\Devart\dotConnect\Oracle\Entity\EF6\Devart.Data.Oracle.Entity.dll

Also you should update the dotConnect for Oracle version in the *.config file of your application. Note that the revision number of provider in the entityFramework section is *.6 (8.4.359.6) but it should be *.0 (8.4.359.0) in DbProviderFactories. For more information, refer to http://blog.devart.com/entity-framework ... force.html.
John Liu wrote:Is there anyway I can maintain two versions on the same machine one for production code and one testing the new version?
Please refer to http://forums.devart.com/viewtopic.php?t=20149.

Post Reply