在.NET 3.5应用程序中使用实体框架4.0应用程序、实体、框架、NET

2023-09-04 00:39:38 作者:隔ㄋ①嗰丗紀の荒芜

可能重复:   使用EF 4 .NET 3.5 SP1

是否有可能使用实体框架V4.0在.NET 3.5的应用程序? 我的意思是,我可以参考相关组件的EF 4.0,并用它在我的.NET 3.5的应用程序?

Is it possible to use Entity Framework v4.0 in a .NET 3.5 application? I mean, can i just reference the related assemblies for EF 4.0 and use it in my .NET 3.5 application?

感谢。

推荐答案

没有,在EF 4.0使用.NET 4.0框架,这是新的,并从.NET 3.5框架。

No, the EF 4.0 uses the .NET 4.0 framework, which is newer and completely separate from the .NET 3.5 framework.