System.Nullreferenceexception Problem
602110Oct 10 2007 — edited Oct 11 2007Hi,
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!