System.Data.OracleClient

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Couldn't understand why following line of code is failing

<%@ Import namespace="System.Data.OracleClient" %

I am getting following error

BC30466: Namespace or type 'OracleClient' for the Imports 'System.Data.OracleClient' cannot be foun

Although I can see the System.Data.OracleClient in References and I have v1.1 framework installed.
 
Hi Gmmi,

Is the namespace accessible from code module?

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

Gmmi said:
Couldn't understand why following line of code is failing:

<%@ Import namespace="System.Data.OracleClient" %>

I am getting following error:

BC30466: Namespace or type 'OracleClient' for the Imports
'System.Data.OracleClient' cannot be found
Although I can see the System.Data.OracleClient in References and I have
v1.1 framework installed.
 
Back
Top