【问题标题】:Using .NET Core CLI, add a Oracle.ManagedDataAccess.EntityFramework.dll使用 .NET Core CLI,添加 Oracle.ManagedDataAccess.EntityFramework.dll
【发布时间】:2017-03-24 15:59:59
【问题描述】:

我尝试从 .net 核心连接 oracle db,但未成功。

现在我正在尝试使用 this instructions 通过 .net 核心 cli 添加 Oracle.ManagedDataAccess.EntityFramework.dll,但我收到此错误:

Invalid AssemblyInformationalVersion 6.121.2.20150926 ODAC RELEASE 4 on assembly

我已经为 EntityFramework.dll 生成了包。

我不知道如何正确地为 Oracle.ManagedDataAccess.EntityFramework.dll 生成 nuget 包

【问题讨论】:

    标签: .net oracle entity-framework dll


    【解决方案1】:

    Oracle 还不支持 .net 核心。您不能使用 Oracle.ManagedDataAccess.EntityFramework。将您的项目转换为“.NET Framework 4.6.1(或其他)”或等待新版本的 .net core。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-08-23
      • 2016-11-08
      • 2020-07-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-01-19
      相关资源
      最近更新 更多