18 Jan 2013 Cannot convert lambda expression to type ‘string’ because it is not a delegate typeGetting the above error? You may have forgot to include the System.Linq namespace: using System.Linq;