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.

RE: System.Data.OracleClient by anonymous

anonymous
Thu Feb 19 05:26:06 CST 2004

Any One on this Forum??????????

Re: System.Data.OracleClient by Miha

Miha
Thu Feb 19 06:49:05 CST 2004

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" <anonymous@discussions.microsoft.com> wrote in message
news:E606DBAD-97AF-4C79-9088-0AE6BDA63C93@microsoft.com...
> 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.



Re: System.Data.OracleClient by anonymous

anonymous
Thu Feb 19 08:06:08 CST 2004

Yes I can access from the code module. but not from .aspx file

Re: System.Data.OracleClient by anonymous

anonymous
Mon Mar 01 14:26:07 CST 2004

When I updated VS.NET to the 1.1 Framework and tried to use OracleClient, I got the same errors. This leads me to believe that even though microsoft said it was a part of the package, it is not.

You can get it here
http://www.microsoft.com/downloads/details.aspx?FamilyId=4F55D429-17DC-45EA-BFB3-076D1C052524&displaylang=e

There are issues with this update but it is the only way to use asp.net and oracle

Cheers

~Karl