是否可以在.Net 3.5中运行实体框架4.1

发布于 2024-11-01 02:08:12 字数 167 浏览 0 评论 0原文

我利用实体框架 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半山落雨半山空 2024-11-08 02:08:12

从下载页面:

ADO.NET Entity Framework 4.1 需要安装 .NET Framework 4.0 RTM。
http://www .microsoft.com/downloads/en/details.aspx?FamilyID=b41c728e-9b4f-4331-a1a8-537d16c6acdf&displaylang=en

它基于 EF 4 构建,随 .NET 4.0 一起提供。

From the download page:

ADO.NET Entity Framework 4.1 requires .NET Framework 4.0 RTM to be installed.
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=b41c728e-9b4f-4331-a1a8-537d16c6acdf&displaylang=en

It builds on EF 4, which shipped with .NET 4.0.

聽兲甴掵 2024-11-08 02:08:12

引自下载部分 :

ADO.NET 实体框架 4.1 RC
需要 .NET Framework 4.0 RTM
已安装。

Quote from the download section:

ADO.NET Entity Framework 4.1 RC
requires .NET Framework 4.0 RTM to be
installed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文