Search found 1 match

by Pablo
Wed Nov 20, 2019 7:10 pm
Forum: Enigma Virtual Box x86/x64
Topic: System.DllNotFoundException
Replies: 1
Views: 7696

System.DllNotFoundException

The situation : i try to pack into exe some dll files including OpenSSL lib's - libeay32 and ssleay32

But when i try to pack all dlls into exe its dont want run exe(its run) but exe crashes with in-code error -
System.DllNotFoundException: Cannot load DLL "libeay32"
HRESULT: 0x8007007F

Always ...