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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

error using oracle.manageddataaccess.client in a WPF application

ciceroanApr 8 2014 — edited Apr 11 2014

hi,

we are having issues with a WPF-MVVM application using Oracle.ManagedDataAccess.Client. We have installed oracle.manageddataaccess.dll, release 12.1.0.1.0 on a developer computer with Windows 7 64 bit OS, Microsoft Visual Studio 2013 and Microsoft .NET Framework 4. Installation seems to be ok, and oracle.manageddataaccess.dll results to be registered in c:\windows\microsoft .net\assembly\GAC_MSIL. But when we try to compile the app, the following errors occurs

Error 175: The ADO.NET provider with invariant name 'Oracle.ManagedDataAccess.Client' is either not registered in the machine or application config file, or could not be loaded

errors are caused by the Entity Data Model files (there is an error for each .edmx file).

notice that the app works on another computer having the same configuration, so I guess the problem is due to some wrong setting on the computer

any idea?

This post has been answered by ciceroan on Apr 11 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2014
Added on Apr 8 2014
2 comments
7,307 views