【问题标题】:Oracle.ManagedDataAccess The system cannot find the file specifiedOracle.ManagedDataAccess 系统找不到指定的文件
【发布时间】: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


    【解决方案1】:

    此错误出现在 .net 版本 3.5 解决方法是将.net版本升级到.net 4.0或以上版本

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-11-21
      • 2023-03-17
      • 2017-12-21
      • 2015-09-28
      • 2015-11-08
      • 2018-08-26
      • 2019-01-20
      相关资源
      最近更新 更多