Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cannot find .Net Framework Data Provider

user6999944Mar 17 2012 — edited Mar 19 2012
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 16 2012
Added on Mar 17 2012
5 comments
403 views