G
Guest
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?
using System.Data
using System.Data.OracleClient
saying that OracleClient namespace doesn't exist
Can somebody help with this strange problem?