开发者

Using Entity Framework 4.0 in a .Net 3.5 Application [duplicate]

开发者 https://www.devze.com 2022-12-31 06:12 出处:网络
This question already has an answer here: Closed 10 years ago. Possible Duplica开发者_StackOverflow社区te:
This question already has an answer here: Closed 10 years ago.

Possible Duplica开发者_StackOverflow社区te:

Using EF 4 on .NET 3.5 SP1

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?

Thanks.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消