Thursday, November 27, 2008

Running .NET 3.5 in .NET 2.0 environment

If you love linq and want to get it runs in .NET Framework 2.0 environment, don't worry just copy those files below into your application bin and do some settings in the web.config and it will works.

System.Core.dll
System.Data.DataSetExtensions.dll
System.Data.Linq.dll
System.Web.dll
System.Web.Extensions.dll
System.Xml.Linq.dll


Where to find all these files?

C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5

No comments: