Imports Oracle.DataAccess.Client Problems
415900Mar 1 2004 — edited May 26 2004I have just switched from using OLEDB to ODP.Net for my .Net (VB) Web Application. I have had a look at some of the Oracle sample code for Windows forms and can run them to my server without any problems.
I have now created a new Web Application with a simple Web Form. When I try to import Oracle.DataAccess.Client etc. I get the error Namespace or type 'Client' for the Imports 'Oracle.DataAccess.Client' cannot be found.
How can I resolve this and why does it work on a Windows but not a Web form ?