-1

So I have a simple written program in C# (.exe) but it requires one of Dll's to be loaded and extracted into specific or temp folder so the program will load correctly.

What's the easiest way to achieve it ?

Bolmex
  • 3
  • 2

1 Answers1

1

Ship the DLL in the same folder as the EXE.

Richard Schneider
  • 34,944
  • 9
  • 57
  • 73