CsvHelper icon indicating copy to clipboard operation
CsvHelper copied to clipboard

Distributing CSVHelper

Open ajtruckle opened this issue 2 years ago • 2 comments

Discussed in https://github.com/JoshClose/CsvHelper/discussions/1542

Originally posted by GrahamRoach June 17, 2020 I have written a DLL that extends the Enterprise Architect application that uses CSVHelper Everything works fine on my local PC but I am having issues distributing the dll I manually copied my dll to the target machine and used regasm to register it.

When I use the dll in Enterprise Architect I am receiving an error

System.Threading.Tasks.Extensions v4.2..0.0 cannot be found

I do I properly distribute a DLL containing CsvHelper?

Many thanks

This does not seem to have been answered. Are there instructions for deploying our dll files that use this library?

ajtruckle avatar Jan 03 '22 06:01 ajtruckle

Does target machine have corresponding framework installed?

i2van avatar Jan 08 '22 10:01 i2van