Oracle client and networking components were not found!
Our developers have an appliction using ODP.NET which works in the development environment, but when we set up a clean machine and try to run it there we get the following error:
Exception Details: System.Data.OleDb.OleDbException: Oracle client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3.3 or later client software installation. Provider is unable to function until these components are installed.
Beginning of stack trace is
[OleDbException (0x80004005): Oracle client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3.3 or later client software installation. Provider is unable to function until these components are installed.]
The machine is Win2000 Server with .NET framework, Oracle 9.2.0.1 Client, Oracle OLEDB Provider 9.2.0.1, and Oracle .NET Provider Beta 2 installed.
Any information on this error would be most appreciated.