是否可以在.Net 3.5中运行实体框架4.1
我利用实体框架 4.1 功能创建了一个专门针对 .Net 版本 4.0 的 Web 应用程序。部署它的服务器最高支持 .Net 3.5 应用程序。我想将项目移植到 .net 3.5,但某些功能似乎不可用,例如访问 ObjectSet 类。那么是否可以移植具有相同功能的该项目,或者我必须重新创建一个全新的 Web 项目?
I created a web application specific for the .Net version 4.0 utilizing entity framework 4.1 features. The server it is being deployed on supports up to .Net 3.5 applications. I want to port over the project to .net 3.5 but certain features seem unavailable, such as access to the ObjectSet Class. So is it possible to port over this project with the same features, or will I have to recreate a whole new web project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从下载页面:
它基于 EF 4 构建,随 .NET 4.0 一起提供。
From the download page:
It builds on EF 4, which shipped with .NET 4.0.
引自下载部分 :
Quote from the download section: