PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
OracleClient Namespace
Forums
Newsgroups
Microsoft DotNet
Microsoft ADO .NET
OracleClient Namespace
![]() |
OracleClient Namespace |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
My question seems to be a stupid one. I was trying to access Oracle DB using objects in System.Data.OracleClient namespace. I have .NET Framework 1.1, so the assembly is in GAC (I was able to see it there). However this bunch of code wouldn't even compile
using System.Data using System.Data.OracleClient saying that OracleClient namespace doesn't exist Can somebody help with this strange problem? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Did you add a reference to the dll file to your project?
rg, Eric "John Ulicky" <anonymous@discussions.microsoft.com> schreef in bericht news:9D3B9F10-A7DD-4A92-A363-C0E5511E5942@microsoft.com... > My question seems to be a stupid one. I was trying to access Oracle DB using objects in System.Data.OracleClient namespace. I have .NET Framework 1.1, so the assembly is in GAC (I was able to see it there). However this bunch of code wouldn't even compile: > > using System.Data; > using System.Data.OracleClient; > > saying that OracleClient namespace doesn't exist. > > Can somebody help with this strange problem? |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks, I knew it's a stupid mistake.
|
|
|
|
#4 |
|
Guest
Posts: n/a
|
No worries...I make them all the time....keeps me busy..
![]() "John Ulicky" <anonymous@discussions.microsoft.com> schreef in bericht news:E443E2E9-041A-4393-9A4A-A81D9EF1B59F@microsoft.com... > Thanks, I knew it's a stupid mistake. |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 


