I was getting error "
Cannot convert lambda expression to type 'string' because it is not a delegate type " when trying to write the LINQ query at the place of where word.
The solution of this problem is use "using System.Linq;" at the top of class. "where" is not understood by the compiler unless System.Linq namespace is used.
Thanks
Regards,
Sheo Narayan
http://www.dotnetfunda.com