System.Data.OracleClient requires Oracle client software version 8.1.7 ...
668966Nov 5 2008 — edited Nov 6 2008I have Oracle client 10.2.0 installed on my PC. I also have TOAD. Using TOAD, I can query our databases, and everything seems to work properly. However, with my .net code using MSFT System.Data.OracleClient, I get the error"System.Data.OracleClient requires Oracle client software version 8.1.7 or greater". The code was working fine, and the DB team at my company re-installed Oracle client to fix a problem with TOAD. Since then, my development project won't work properly. Any ideas?