Can't use LINQ from within a Part's code
I have a class library that references system.core. I can execute LINQ statements just fine.
I have a Part.xaml.cs file that does a "using System.Linq" inside an Acropolis application that references System.Core - it gives me all the *** syntax errors that I used to get back last May when the LINQ CTP just came out. Is there anything special I need to do in order to get my LINQ stuff to compile in a part?

