【发布时间】:2014-03-24 20:41:30
【问题描述】:
在我基于 .net 3.5 构建的网站项目中,当我通过在 web.config 中添加对 Oracle.ManagedDataAccess.dll 的引用时
<add assembly="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89B483F429C47342"/>
它给出了这个错误
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
【问题讨论】:
标签: asp.net visual-studio-2012 web-config assembly-references odp.net-managed