Where is System.Linq in .NET 4.0?

Posted by Tony_Henrich on Stack Overflow See other posts from Stack Overflow or by Tony_Henrich
Published on 2010-05-23T21:46:21Z Indexed on 2010/05/23 21:50 UTC
Read the original article Hit count: 234

Filed under:
|

I migrated an asp.net app to 4.0. Now I am getting an error "The type or namespace name 'IQueryable' could not be found". The reference to System.Linq is invalid and I can't find it in the reference list. Where did System.Linq go?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about LINQ