Cannot convert lambda expression to type ‘string’ because it is not a delegate type

Getting the above error? You may have forgot to include the System.Linq namespace:

using System.Linq;

Leave a Reply