ODP.NET not foundhttp://forums.asp.net/t/1801750.aspx/1?ODP+NET+not+foundTue, 15 May 2012 09:54:03 -040018017504972277http://forums.asp.net/p/1801750/4972277.aspx/1?ODP+NET+not+foundODP.NET not found <p>Hi,<br> I installed ODP.NET and everything seems correct (I could add the reference to the project). However, if I use the&nbsp;wizard to create a new connection, I get the&nbsp;error:&nbsp;&quot;unable to find requested .net framework data provider. it may not be installed&quot;.<br> <br> I also checked in the machine.config file, and the reference seems fine:<br> &lt;add name=&quot;Oracle Data Provider for .NET&quot; invariant=&quot;Oracle.DataAccess.Client&quot; description=&quot;Oracle Data Provider for .NET&quot; type=&quot;Oracle.DataAccess.Client.OracleClientFactory, Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342&quot; /&gt;<br> <br> Why then do I get that error?<br> Any help is appreciated, <br> thank you</p> 2012-05-09T08:19:17-04:004972542http://forums.asp.net/p/1801750/4972542.aspx/1?Re+ODP+NET+not+foundRe: ODP.NET not found <p>It may be cause of version problem. You have installed version 4.1 of Oracle. Check the documentation of oracle for appropriate version of .net frame work.</p> <p></p> 2012-05-09T10:14:19-04:004972821http://forums.asp.net/p/1801750/4972821.aspx/1?Re+ODP+NET+not+foundRe: ODP.NET not found <p>Hi,<br> the version 4.1 refers to the Oracle Data Provider dll, which is perfectly <span id="result_box" lang="en" class="short_text"> <span class="hps alt-edited">compliant with Oracle 11 (which I use). So, it's definitely not a version problem.<br> <br> Thank you</span></span></p> 2012-05-09T12:46:44-04:004975581http://forums.asp.net/p/1801750/4975581.aspx/1?Re+ODP+NET+not+foundRe: ODP.NET not found <p>Hello aletheia2</p> <p>Considering that this is a 3-rd party controlMicrosoft cannot do much comments to thatas far as I seeyou can try to do configurations hereMake sure that all of your configuration values are right</p> <pre class="prettyprint">&lt;DbProviderFactories&gt; &lt;add name=&quot;Oracle Data Provider for .NET&quot; invariant=&quot;Oracle.DataAccess.Client&quot; description=&quot;Oracle Data Provider for .NET&quot; type=&quot;Oracle.DataAccess.Client.OracleClientFactory, Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342&quot; /&gt; &lt;/DbProviderFactories&gt;</pre> <p></p> 2012-05-11T02:08:59-04:004981378http://forums.asp.net/p/1801750/4981378.aspx/1?Re+ODP+NET+not+foundRe: ODP.NET not found <p>Hi,<br> for some reason, the problem was in the machine.config file.<br> <br> In the &lt;system data&gt; section you have to make sure that there are&nbsp;only&nbsp;the opening and closing tags &lt;DbProviderFactories&gt; &lt;/DbProviderFactories&gt;. All addictional tags must be removed.<br> After this change, the error hasn't shown up anymore.<br> <br> I just wonder why there is no official documentation about such basic troubleshootings...<br> <br> Thank you</p> 2012-05-15T09:54:03-04:00