Hi
I'm trying to use a oracle connection in my vb.net web app, but get the following error message whenever i try to view the page:
Unable to load DLL (oci.dll).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.DllNotFoundException: Unable to load DLL (oci.dll).
Source Error:
Line 215:
Line 216: DBConnection = New OracleConnection(ConnectString)
Line 217: DBConnection.Open()
Line 218:
Line 219: Return New dbDataReader(Source, DBConnection)
I'm obviously missing somethinbg from oracle but what do i need to install. i installed the entire oracle package on another machine and the dll was there, but i don't want to install the whole damn thing. i just want to install the stuff i need