Using Visual Studio 2008, and I'm trying to use some of the .net Framework 3.5 utilities - specifically Extension Methods.
However when I try and get to things in the System.Runtime.CompilerServices namespace, the required .Extension namespace is unavailable.
If I go to "add reference" and look for System.Core - the required library for this functionality - it's in the list but is greyed out and unavailable, as are all the other 3.5 libraries.
I have the 3.5 framework installed on my machine. Indeed many of the libraries are being loaded through web.config. Anyone know what's going on here and how I can fix it?