System.Data.OracleClient

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.
 
M

Miha Markic [MVP C#]

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.
 

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