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
Read More...