Hi,
I am working with ASP.Net with Framework 4.0 and Created a web application using MVC3. I have installed ODP.net for using Oracle.DataAcess to communicate with Oracle data base, my operating system is Linux server and I have installed Oracle client.
in my application I am giving reference to Oracle.DataAccess.dll from C:\Oracle\product\4.2.0\client_1\ODP.NET\bin\4\
when I run the application in Visual studio 2015 I am getting an error as
Could not load file or assembly 'Oracle.DataAccess' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Please help !!!