Linq and visual studio 2005
-
Thursday, December 31, 2009 10:25 AMHi
Visual studio 2005 supports .net framework 3.0 , does it also supports the linq projects. I have downloaded some of the dll like LinqBridge.dll, System.Data.Linq.dll and added as a reference in my project but still I cant use linq features. I have also tried by installing LINQ Preview (May 2006).msi in my pc but still it fails. Is it by any other approach that I can make the linq to play with Visual studio 2005. Thanks in advance
Sundar- Moved by Wesley Yao Monday, January 04, 2010 4:19 AM LINQ question (From:Visual Studio Extensibility)
All Replies
-
Monday, January 04, 2010 3:56 PMI could be wrong but I'm pretty sure Linq can only be used in .net 3.5 and later. As stated visual studio 2005 supports 3.0 so I believe linq cannot be used.
-
Tuesday, January 05, 2010 9:10 AMModerator
Hello,
We need to install .NET Framework 3.5. Here is a related thread in ASP.NET forum, http://forums.asp.net/p/1313885/2607848.aspx#2607848. Also here is a good article on this topic, http://www.c-sharpcorner.com/UploadFile/nsatheeshk/Linq06302006030119AM/Linq.aspx.
However, I still recommend you use VS2008. Using LINQ in VS2005 may have many unexpected issues.
Best Regards,
Lingzhi Sun
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.- Marked As Answer by David DeWinter - MSFTMicrosoft Employee, Editor Wednesday, January 06, 2010 4:31 PM

