unhandled exception of type 'Oracle.DataAccess.Client.OracleException' occu
Thanks for reading and excuse my ignorance since I am new to Oracle (from sql server background). We took over a vb.net Visual Studio 2003 application using framework 1.1. The application is referencing a dll called "Oracle.DataAccess.dll". When trying to run the application through the development environment I get the error below...
"An unhandled exception of type 'Oracle.DataAccess.Client.OracleException' occurred in oracle.dataaccess.dll
Additional information: System error."
This error is occurring on this line of code below...
"m_DbCommand = New OracleCommand"
I have installed the oracle client from this zip file "ODTwithODAC1110621.zip" from this URL... http://www.oracle.com/technetwork/topics/dotnet/utilsoft-086879.html
I am unable to gather any more information on the error above. Does anyone know how to resolve this problem? I am on a Windows XP virtual machine and have administor rights. Please help.
Thank you