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 ?
Ship the DLL in the same folder as the EXE.