I am new to LINQ
I am using the Code in VB.net under the VisualWebPart project
Dim myEntitiesDataContext As New EntityclassDataContext("http://SiteName/NorthAmerica/DBS/")
Dim listItem = From items In myEntitiesDataContext.Aitems Select items
I am getting the below error
Expression of type 'Object' is not queryable. Make sure you are not missing an assembly reference and/or namespace import for the LINQ provider.
Please suggest the solution
Regards, Shivaji