The specified module could not be found (oci.dll)

  • Thread starter Thread starter Edward
  • Start date Start date
E

Edward

I've installed an in-house application that was developed with VB.NET that connects to a Oracle Database (version ). I've installed the Oracle client (version 9i) on the machine that is running the application. This is a windows application and wanted to find out if anyone has encountered this issue with a VB.NET windows application. I have found others that have encountered this using ASP.NET and the resolution has been to set the correct permission to the "bin" directory for the Oracle folder. I also checked the "Path" in the "System Variables" to make sure the correct path has been set and it has.

I also get another error message "Could not create an environment: OCIEnvCreate returned -1." after I select "ok" for the first error.

Any and all help is greatly appreciated.


Thnx
Edward
 
Edward,

For Oracle and dotNet is in my opinion the best newsgroup

microsoft.public.dotnet.framework.adonet

When you don't get a fast answer here maybe you can try it there.

Cor
I've installed an in-house application that was developed with VB.NET that
connects to a Oracle Database (version ). I've installed the Oracle client
(version 9i) on the machine that is running the application. This is a
windows application and wanted to find out if anyone has encountered this
issue with a VB.NET windows application. I have found others that have
encountered this using ASP.NET and the resolution has been to set the
correct permission to the "bin" directory for the Oracle folder. I also
checked the "Path" in the "System Variables" to make sure the correct path
has been set and it has.
I also get another error message "Could not create an environment:
OCIEnvCreate returned -1." after I select "ok" for the first error.
 
Back
Top