Object reference not set to an instance an instance of an object in version 3.00. beta

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
swpvdijk

Object reference not set to an instance an instance of an object in version 3.00. beta

Post by swpvdijk » Fri 18 Mar 2005 15:43

Getting this error when trying to access a table in Oracle Spatial, which
is an Oracle Object. Have tried setting connection.Direct to true and to
false, same result.

This is the full error:

An unhandled exception of type 'System.NullReferenceException' occurred in OciCall.dll

Additional information: Object reference not set to an instance of an object.


And this is the stack trace
[]
> DataSet.exe!DataReader.MainForm.btExecute_Click(System.Object sender = {Text="Execute"}, System.EventArgs e = {System.EventArgs}) Line 286 + 0x8 bytes C#
[]
DataSet.exe!DataReader.MainForm.Main() Line 218 C#

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Post by Oleg » Wed 23 Mar 2005 10:26

Try download the latest OraDirect .NET beta version and test it.

Post Reply