System.Data.OracleClient, or one of its dependencies, was not found

  • Thread starter Thread starter Suresh
  • Start date Start date
S

Suresh

Hi All,

I need ur expert advice.

I Recently upgraded from DotNet 1.0 to 1.1.

But before that i also had "Microsoft .NET Data Provider
for Oracle (System.Data.OracleClient)" installed for
Oracle DB Access.

Looks like with the new l.l version, MS provides an in-
built provider for Oracle (System.Data.OracleClient).

Now after this ever since i try to access Oracle by
instanciating with System.Data.OracleClient namespace, i
get the following error.

"File or assembly name System.Data.OracleClient, or one of
its dependencies, was not found."

Remember, i havent changed the .net setting on the web
server. The reason, after i installed Visual Studio Deve
Edition 2003, and when i opened the existing projects, it
gave me an option to stay with ASP1.0 (ASP 1.p
Compatibility).

I hope u understand my situation.

Any help is really appreciated.

Suresh
 
I tried Oracle native .NET provider, it's much faster. You can download it
from oracle.com, which includes oracle 9.2 client as well.
 
Back
Top