Errors & Solutions

From Logic Wiki
Revision as of 10:48, 12 March 2015 by Macrop (Talk) (Created page with "Category:Error Category:Tips Category:VB.NET == Error == Expression of type System.Collections.Generic.List is not queryable. Make sure you are not missing an ass...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Error

Expression of type System.Collections.Generic.List is not queryable. Make sure you are not missing an assembly reference and/or namespace import for the LINQ provider.

Solution

Imports System.Linq