System.Data.OracleClient namespace not found  
Author Message
Xinlin





PostPosted: .NET Framework Data Access and Storage, System.Data.OracleClient namespace not found Top

Hi,

I have installed System.Data.OracleClient in my machine and could see it in GAC. When I use the Import Namespace = "System.Data.OracleClient" , the page didn't compile and gave warning that the namespace cannot be found. Does anyone has the same problem when using it.

I appreciate any input.





.NET Development16  
 
 
ahmedilyas





PostPosted: .NET Framework Data Access and Storage, System.Data.OracleClient namespace not found Top

im not sure but have you added a reference to it in the project references

right click on references > add reference and add the reference to the assembly. Does this work