Cannot find .Net Framework Data Provider
I installed the latest Oracle Data Provider with development tools for VS2010 and .net 4: ODTwithODAC112030.zip on my development machine.
My MVC4 web works fine with the Entity Framework connecting to Oracle via EasyConnect string.
I setup the project to work in x86 (32bit) mode because I cannot get x64 working in IIS Express 7.5 (I'm ok with this for now)
After I publish to my server I get the following error: Cannot find .Net Framework Data Provider
I do not want to install any Oracle stuff on the web server. I want to get this to work via xcopy.
I have included the following x86 files in the bin folder:
oci.dll
oraociei11.dll
OraOps11w.dll
Oracle.DataAccess.dll
What else needs to be done to get this to work?
Missing files?
Missing web.config settings?
I other words... what is the installer doing that I need to do manually?