使用EF 4 .NET 3.5 SP1NET、EF

2023-09-03 04:48:06 作者:等一个晴天°

我用的是最新的EF 4位在Visual Studio 2010 RC,并爱上了它。 不过,我要制定工作一个小型Web应用程序中使用.NET 3.5 SP1(VS 2008)......我想知道是否有可能以某种方式使用EF 4 .NET 3.5 SP1 / VS 2008的。

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.

问候。

推荐答案

EF4需要.NET 4(它是.NET 4的部分),而不能使用,从一个.NET 3.5应用程序。

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