为 VS2013 安装 Oracle Developer Tools
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19527686/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Installing Oracle Developer Tools for VS2013
提问by Scott Baker
The installer for the latest version of Oracle Developer Tools for Visual Studio only has options for Visual Studio 2010 and 2012 - does anyone know a way to add 2013 to the list? I cannot use VS2013 until I can get this to work.
适用于 Visual Studio 的最新版 Oracle Developer Tools 的安装程序只有 Visual Studio 2010 和 2012 的选项 - 有谁知道将 2013 添加到列表中的方法吗?在我让它工作之前,我不能使用 VS2013。
采纳答案by Micah U.
ODT is not available yet for VS2013. The current latest release (ODT 12.1.0.1.0) only supports 2008, 2010 and 2012.
VS2013 尚不提供 ODT。当前最新版本 (ODT 12.1.0.1.0) 仅支持 2008、2010 和 2012。
Source: http://www.oracle.com/technetwork/developer-tools/visual-studio/overview/index.html
来源:http: //www.oracle.com/technetwork/developer-tools/visual-studio/overview/index.html
"Integration with Visual Studio: Use Server Explorer with Visual Studio 2012 to browse your Oracle schema and launch one of the many integrated Oracle designers and wizards to create and alter schema objects. Use Microsoft Query Designer to visually design queries. Visual Studio 2010 and 2008 are also supported."
“与 Visual Studio 集成:使用服务器资源管理器和 Visual Studio 2012 浏览您的 Oracle 架构,并启动众多集成的 Oracle 设计器和向导之一来创建和更改架构对象。使用 Microsoft 查询设计器可视化设计查询。Visual Studio 2010 和 2008也支持。”
回答by Jorge Rodrigues dos Santos
As of ODT Version 12.1.0.1.2 Visual Studio 2013 is supported: http://www.oracle.com/technetwork/database/windows/newfeatures-084113.html
从 ODT 版本 12.1.0.1.2 开始,支持 Visual Studio 2013:http: //www.oracle.com/technetwork/database/windows/newfeatures-084113.html
The Oracle provider is not yet currently built against EF6 so if you are planning on using Entity Framework in MVC5, you need to install EF5 by running "Install-Package EntityFramework -Version 5.0.0" on the Package Manager Console.
Oracle 提供程序当前尚未针对 EF6 构建,因此如果您计划在 MVC5 中使用实体框架,则需要通过在包管理器控制台上运行“Install-Package EntityFramework -Version 5.0.0”来安装 EF5。
If you are starting a bootstrapped MVC5 WebApp don't use the Individual User Account membership provider as it relies on EF6. You can go for one of the many alternate membership providers (http://nugetmusthaves.com/Tag/membership)
如果您要启动引导式 MVC5 WebApp,请不要使用个人用户帐户成员资格提供程序,因为它依赖于 EF6。您可以选择众多备用会员资格提供商之一(http://nugetmushaves.com/Tag/membership)