Read CSV: Method not found: 'Void CsvHelper.CsvParser..ctor(System.IO.TextReader)'

Hi, after upgrading installed packages I cannot manage to get rid of csv error:
Read CSV: Method not found: ‘Void CsvHelper.CsvParser…ctor(System.IO.TextReader)’.

I uninstalled MS.Excel.Activites, restarted UiPath, reinstalled. Problem still exist.
The I added CsvHelper Activity. Problem still exist.

Any advice, how to solve it?

1 Like

Hello @VanjaV!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
@Forum_Staff

In summary, packages that you downloaded, may contain dependencies you had already used. And if there are duplicate dependencies, the package with the latest version overrides the older one.


Hey,

This problem occurs because there is one more CsvHelper package in IntelligentOCR.Activities as you see in the picture.
csvhelper

But this problem only occurs in the 4.9-preview version. If you downgrade to 4.8-preview you will be able to use CSV methods. Also, you can downgrade to stable versions but probably some activities will change so 4.8-preview is fine.

6 Likes

I suggest you should upgrade package ‘uipath.system.activities’ that contains CsvHelper. Or it Could be caused by package collision

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.