dotConnect for Oracle is throwing an unhandled exception

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
mrbig
Posts: 9
Joined: Fri 31 Oct 2008 23:01

dotConnect for Oracle is throwing an unhandled exception

Post by mrbig » Wed 15 Jul 2015 16:58

I have some problems with unhandled exceptions witch is crashing our application.

It seem to happen, when Oracle is disappearing, i.e. database crash or loss of connectivity, not every time - but once in a while.

I have grapped this from the application window:

Unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object.
at Devart.Data.Linq.Engine.dv.a.a(bn A_0)
at Devart.Data.Linq.Engine.dv.a(bn A_0)
at Devart.Data.Linq.Engine.dv.a(Int32 A_0)
at Devart.Data.Linq.Engine.dv.a(c A_0)
at Devart.Data.Linq.Engine.dv.c.b()

I am using dotConnect for Oracle version 8.2.100.0. The database is a version 11.2.

Please advice.

Regards
/Klaus

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: dotConnect for Oracle is throwing an unhandled exception

Post by MariiaI » Thu 16 Jul 2015 10:41

mrbig wrote:Unhandled exception: System.NullReferenceException: Object reference not set to an instance of an object.
There were a lot of fixes regarding this error since dotConnect for Oracle 8.2.100.
Please try upgrading your dotConnect for Oracle to the latest one. The latest build can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with active subscription only).

Please tell us if this helps.

Post Reply