Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

System.Nullreferenceexception Problem

602110Oct 10 2007 — edited Oct 11 2007
Hi,
this is my problem, I've developed a web application with .NET 2.0.

On my pc the oracle client is 9.2.0.1.0 .

All works fine, on my pc, I try to run the application into another server, that connects to another DB (the DB are the same of mine) and this error appers...on a simply query the result is null

Line 664: while (Record.Read())


Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Isn't a problem of data in DB, alla data are correct

the only difference with my environment is the client... 9.2.0.1.0 on my pc.....9.0.2.0.6 on the other PC......please help!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 8 2007
Added on Oct 10 2007
12 comments
1,384 views