Ahh... yep. That was it...

THANK you!!

Damn, I hate that when the answer is spelt out for you and you read it and
make it mean something totally different. It's right there in the error
message for gods sake! "or a using directive for 'System.Linq'?"
It's the Linq appearing System.Xml.Linq and not knowing Linq is also in
System.Core that threw me. Sorry to be so thick. lol

cheers,
Stephen
On Thu, May 8, 2008 at 8:59 PM, Andrea Boschin <[EMAIL PROTECTED]> wrote:

>  On Thu, May 8, 2008 at 2:37 PM, Stephen Price <[EMAIL PROTECTED]>
> wrote:
>
> > I don't have a System.Linq, only a System.Xml.Linq
> > I'm looking under Add Reference. Maybe thats the problem?
> >
>
> if you already have a reference to System.Core.dll you can add a using
> directive referencing System.Linq namespace.
> This error happen because the missing Enumerable class does not add the
> linq extension methods to IEnumerable<T>
>
> HTH
>
> Bye
>  -------------------------------------------------------------------
> OzSilverlight.com - to unsubscribe from this list, send a message back to
> the list with 'unsubscribe' as the subject.
> Powered by mailenable.com - List managed by www.readify.net
>



------------------------------------------------------------------- 
OzSilverlight.com - to unsubscribe from this list, send a message back to the 
list with 'unsubscribe' as the subject.
Powered by mailenable.com - List managed by www.readify.net

Reply via email to