Oracle.DataAccess.Client
771705Jul 7 2010 — edited Jul 7 2010I am having problem using "Imports Oracle.DataAccess.Client" on my code.
When I put Imports Oracle.DataAccess.Client at the begining of the page, it will underline it and show sign of error.
When I use OracleCommand, OracleConnection, OracleDataReader on my code page, it will show underline color under them (this means something visual studio does not recognize them). I thought I already installed ODP.NEt from Oracle site. It works well with Strongly typed dataset and tableadapter for accessing oracle database through the visual studio interface and wizard.
Can anyone know what is going on with my ODP.net and Visual studio ? Please help.
thank you in advance.