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

混江龙づ霸主 提交于 2019-12-04 00:44:05

问题


Possible Duplicate:
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.


回答1:


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



来源:https://stackoverflow.com/questions/2876887/using-entity-framework-4-0-in-a-net-3-5-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!