TipsOnLips.net

Your .net tips and tricks source

About the author

Author Name is someone.
E-mail me Send mail

Recent comments

Authors

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2010


System.Linq using statement erroneous

Why does the compiler say that 'Linq' does not exist in the 'System' namespace when specifying a using statement as follows:

using System.Linq;

Answer : Add System.Core reference ( version 3.5 )


Categories: .Net Framework
Posted by developer on Monday, March 30, 2009 4:54 AM
Permalink | Comments (0) | Post RSSRSS comment feed