using System.Data.OracleClient;

  • Thread starter Thread starter sck10
  • Start date Start date
S

sck10

Hello,

I am using ASP.NET 2.0 (c#). I added the reference Oracle.DataAccess
2.102.2.20 v2.050727 to my Bin folder. However, I am not able to use: using
System.Data.OracleClient; Is there another step that needs to be done?

Any help would be appreciated.

sck10
 
Go the project and right click "Add Reference"

placing the file in the bin folder is not the same as adding a reference
thru the GUI.

/bin/ wouldn't be my first choice for putting that file.

Create a subfolder like

"ThirdPartyTools" or something.
 
Thanks sloan, but that's what I did. I added the reference through the GUI.
It put the file in the Bin folder automatically.

Thanks, sck10
 
Back
Top