【发布时间】:2015-07-30 11:39:23
【问题描述】:
如何在 Visual Studio 2013 中使用 Entity Framework 4.0 与 Oracle 连接?我有一个适用于 Visual Studio 2010 和 Entity Framework 4.1 和 Oracle 11.2 版本的工作解决方案。但是当我尝试迁移到 Visual Studio 2013 时,我得到 ADO.NET oracle.dataaccess.client could not load and/or check打开 EDMX 文件时出现机器/应用程序配置文件错误。解决方案正在成功构建,但由于上述错误,我无法打开 EDMX 文件。这是由于使用 Visual Studio 2013 安装 EF6 造成的吗?还是 VS 2013(EF 6) 不适用于 Oracle 11.2?
有人在迁移到 VS 2013 期间遇到过这个问题吗?
根据 Oracle 线程是否存在任何已知问题:https://community.oracle.com/thread/3626219
我点击了以下链接,但未能成功修复 ADO.NET 问题
Deploying and Configuring ODP.NET to work without installation with Entity Framework
Oracle Instant Client and Entity Framework trouble with configuration
谢谢, 克里希纳
【问题讨论】:
标签: visual-studio-2013 entity-framework-4.1 oracle11gr2 edmx-designer