Installing OracleClient

  • Thread starter Thread starter Ali Kazim
  • Start date Start date
A

Ali Kazim

Hi,

I'm not able to import system.data.oracleclient in my
asp.net webform after downloading and installing .net
managed provider for oracle (oracle_net.msi) successfully.
It doesn't showup in the list.

Thx.
 
¤ Hi,
¤
¤ I'm not able to import system.data.oracleclient in my
¤ asp.net webform after downloading and installing .net
¤ managed provider for oracle (oracle_net.msi) successfully.
¤ It doesn't showup in the list.

Which list are you referring to? It should be in the .NET (Add Reference) list as
System.Data.OracleClient.dll.

You should also see it in the Global Assembly Cache (assembly subfolder of your Windows folder).


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top