I've just installed the may linq download, but I have an issue trying to use it.
The IDE picks everything up OK, intellisense works fine.
But when I try to comile I get errors all over the place, except for in downloaded examples where I use the project file for the download.
I've figured out where the issue lies:
<Import Project="$(ProgramFiles)\LINQ Preview\Misc\Linq.targets" />
The above had to be included in the csproj file for the compiler to work, what I can't figure out is why, or how to get the imports into the project file without manually hacking it in there.
Sorry is these are dumb Q's :)
TIA,
Stu