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!

WebConfig and Add Assembly for ODAC 4.112.1.2

2823156Sep 29 2010
If a copy of Oracle.DataAccess.dll version 4.112.1.2 resides in the BIN folder of your ASP.NET website,
and is referenced as LOCAL TRUE in the Website Project configuration

Is it still required to add in web.config the Assembly reference for Oracle.DataAccess?

or can this be deleted from Web.Config.

<compilation debug="true" strict="true" explicit="true" targetFramework="4.0">
<assemblies>
<add assembly="Oracle.DataAccess, Version=4.112.1.2, Culture=neutral, PublicKeyToken=89b483f429c47342"/>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2010
Added on Sep 29 2010
0 comments
922 views