Sco*_*ker 2 oracle odp.net visual-studio-2013
最新版本的Visual Studio Oracle Developer Tools安装程序仅提供Visual Studio 2010和2012的选项 - 有没有人知道将2013添加到列表的方法?我不能使用VS2013,直到我可以使用它.
从ODT版本12.1.0.1.2开始支持Visual Studio 2013:http: //www.oracle.com/technetwork/database/windows/newfeatures-084113.html
Oracle提供程序目前尚未针对EF6构建,因此如果您计划在MVC5中使用Entity Framework,则需要通过在程序包管理器控制台上运行"Install-Package EntityFramework -Version 5.0.0"来安装EF5.
如果您正在启动引导的MVC5 WebApp,请不要使用个人用户帐户成员资格提供程序,因为它依赖于EF6.您可以选择其中一个备用会员提供商(http://nugetmusthaves.com/Tag/membership)