I have visual studio 2012 and Oracle 11g and want to connect oracle database using OPD.NET .I downloaded the
ODAC112040Xcopy_32bit zip file and un zip the file and click the intall.bat and configure.bat then I Open the visual studio 2012 and add refrence
ODAC112040Xcopy_32bit\odp.net4\odp.net\bin\4
Oracle.DataAccess.DLL
and add in DAL.CS file using Oracle.DataAccess.Client;
but the type or namespace oracle could not found.Please guide me How I solve this problem