Click here to Skip to main content
15,912,069 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear All,

I have downloaded the source code for CsvReader from the following link:

A Fast CSV Reader[^]

I need to include the CsvReader dll file in my project. But, there are are many files in the source code that I have downloaded.

Can anyone please tell me which file and how to include it in my project to use it as the namespace.



Thanks and Regards,
---
Raj
Posted

1 solution

You just have to add reference to LumenWorks.Framework.IO.dll or add LumenWorks.Framework.IO project to your solution.
 
Share this answer
 
v2
Comments
Raj.rcr 28-Mar-11 1:56am    
you mean, do I need to include only the LumenWorks.Framework.IO.dll file in my project?
Prerak Patel 28-Mar-11 1:59am    
Why? You definitely need to add reference. Or you want something else?
Raj.rcr 28-Mar-11 2:38am    
I have added the dll file in my project and able to use the same namespace. But getting many errors as the methods will not match that are present in the namespace included... Is this a problem in my solution or ?
Prerak Patel 28-Mar-11 2:43am    
Sorry, but it's not clear. Try creating a new project and add reference to that dll. It works fine here. If it doesn't work, provide exact error messages that you get.
Raj.rcr 28-Mar-11 2:57am    
ok .. Can u plz give me the steps what u did. I will do the same and get back to u if it works.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900