filter colllection

Sreekar

New Member
Hi i have done code for filtering the collection, and also i have added all the Namespace and external reference dll in the prerequisites. But am getting a error as i have attached the screenshot. Please some give some suggestions abt Dll. Thanks in advance
 

Attachments

  • Error msg.PNG
    213.9 KB · Views: 22

sivagelli

Well-Known Member
hello, please add little more info about the solution you are trying to develop. I could not follow the question quite right. sorry!
 

Sreekar

New Member
Thanks for your reply.....i have a excel sheet which contains s.no, name and price field. here i want to filer the price field, which is greater than 10$. i have given the External reference (System.dll, System.Core.dll, System.Data.DataSetExtension.dll) and namespace Imports (System.Linq, System.Data, System.Collections.Generic). i have implemented all the prerequisites, but it shows error which i have attached in the above theard. hanks
please give me solution for this.....Thanks in advance.
 

Attachments

  • Code.PNG
    35.8 KB · Views: 18
  • excel.PNG
    118.6 KB · Views: 11
  • Input.PNG
    26.3 KB · Views: 12
  • Output.PNG
    25.6 KB · Views: 9
Top