System.DllNotFoundException:?

J

Jorge_Beteta

Hello Experts,

I'm using Visual Studio NET 2003 Architect on a Windows 2003 Server.
DataBase: Oracle 9i. All of them on the same PC.

Problem is that I can't connect my ASP NET web program to Oracle. I
get this error: "System.DllNotFoundException: ?" after trying to do:

Dim myConn As OracleConnection = New OracleConnection("data
source=afspe;persist security info=false;user
id=orgpol;password=orgpol")
myConn.Open() 'get error!

It doesn't even mention about an OCI.dll error.

I'm using System.Data.OracleClient.dll version 1.0.5.000. Why is that
error? Is it maybe because it's missing any set up to Oracle database?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top