Hi Everyone, I am stuck with the following issue: I am trying to use LINQ with Visual Studio Express 2010. However when I add the using directive: using System.Data.Linq; I receive an error: The type or namespace name 'Data' does not exist in the namespace 'System'. The target .net version for compile is 4.0, any ideas anyone? I have seen a lot of posts regarding this issue with previous versions of Visual Studio but have not been able to solve this issue with tips posted previously.
I have tried adding project references to system.core and the linq libraries but this did not help. Does anyone have a solution for this? Help! kopi
