codeice / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

Error 1 Could not find an implementation of the query pattern for source type 'LinqToExcel.Query.ExcelQueryable<Utility>'. 'Select' not found. #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add LINQToExcel(1.5(v)) dll to VS 2010. 
2. var book = new ExcelQueryFactory(fileName);
    var names = from x in book.Worksheet<Utility>()
    select x;
3.

What is the expected output? What do you see instead?
Should be to read the values from the excel sheet

What version of the product are you using? On what operating system?
VS 2010 and windows server 2003

Please provide any additional information below.

Original issue reported on code.google.com by arvin...@gmail.com on 3 Aug 2011 at 10:30

GoogleCodeExporter commented 8 years ago
Can you zip and attach the solution files so I can take a look at it. It will 
help me debug your issue.

Original comment by paulyo...@gmail.com on 4 Aug 2011 at 12:27

GoogleCodeExporter commented 8 years ago
closing the issue since I haven't received a response to my request for the 
solution files.

Original comment by paulyo...@gmail.com on 21 Nov 2011 at 4:12