Distributing CSVHelper #1542
Unanswered
GrahamRoach
asked this question in
Q&A
Replies: 1 comment
-
Did you find an answer? I am surprised there is no FAQ about this question - it is fundamental for it's usage. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions