dotConnect, InstantClient, TransactionScope breaking changes

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Alladin
Posts: 149
Joined: Mon 27 Nov 2006 16:18
Contact:

dotConnect, InstantClient, TransactionScope breaking changes

Post by Alladin » Sun 14 Dec 2008 15:29

Hi there,

I'm really wondering whether you guys do regression testing on your newer versions...

Why do I get System.DllNotFoundException on OracleConnection.Open() since version 5.0?

Unable to load DLL 'd:\oracle\oramts.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

I'm using InstantClient 11g and lightweight transactions (TransactionScope)...

FYI, oramts.dll is not part of InstantClient.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Mon 15 Dec 2008 09:51

Sorry, TransactionScope is not supported with InstantClient yet. We will let you know if the support for it will be added.

Alladin
Posts: 149
Joined: Mon 27 Nov 2006 16:18
Contact:

Post by Alladin » Mon 15 Dec 2008 10:09

Btw, my oracle server installation has also no MTS component installed - so dotConnect doesn't work there either.

We will neither rewrite 30k lines of BLL code just because you've silently introduced excessive dependency nor we'll break our simple deployment concept based on InstantClient.

However, we expect this issue resolved in reasonable future. Till then I have to rollback all changes back to CoreLab.Oracle...

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Fri 19 Dec 2008 13:53

TransactionScope support for InstantClient will be available in the next build.

Post Reply