Using EF 4 on .NET 3.5 SP1

梦想与她 提交于 2019-12-04 02:59:23

问题


I was using the latest EF 4 bits in Visual Studio 2010 RC and have fallen in love with it. However, I have to develop a small web application using .NET 3.5 SP1 (VS 2008) for work... I was wondering if it was possible to somehow utilize EF 4 in .NET 3.5 SP1/VS 2008.

Regards.


回答1:


EF4 requires .NET 4 (it's part of .NET 4), and you can't use that from a .NET 3.5 application.



来源:https://stackoverflow.com/questions/2500609/using-ef-4-on-net-3-5-sp1

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