Page 1 of 1
Unable to load DLL 'enigma_ide.dll' in C# (VS 2010)
Posted: Tue Dec 25, 2012 10:20 pm
by avi_re
i am getting this error while compiling the solution
Unable to load DLL 'enigma_ide.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
help....
Re: Unable to load DLL 'enigma_ide.dll' in C# (VS 2010)
Posted: Wed Dec 26, 2012 6:43 am
by Enigma
Hi avi_re,
This is happening for .NET programs. If your program uses Enigma API, then it also requires enigma_ide.dll. You may take this dll from Enigma Protector installation folder and copy it to the same folded with your compiled exe. Then, your compiled program will run well. Enigma_ide.dll is used in debugging purpose only!
Note, after you protect this exe file, it won't require enigma_ide.dll at all.
Re: Unable to load DLL 'enigma_ide.dll' in C# (VS 2010)
Posted: Thu Dec 27, 2012 11:51 pm
by avi_re
enigma_ide.dll is in the same folder and also it gives error
Re: Unable to load DLL 'enigma_ide.dll' in C# (VS 2010)
Posted: Fri Dec 28, 2012 4:03 am
by Enigma
Anyway, just protect the file and error will be gone.
Some particular application also requires to be compiled with CPU = x86 (instead of Any CPU that is enabled by default).
But the message says exactly that module can't be found, this proves that the file is not copied to exe folder, or there is some another problem.
Re: Unable to load DLL 'enigma_ide.dll' in C# (VS 2010)
Posted: Thu Jan 17, 2013 1:58 pm
by avi_re
i am using windows 8 and visual studio 2010 (NOT SP1) this may cause a problem..?
Re: Unable to load DLL 'enigma_ide.dll' in C# (VS 2010)
Posted: Thu Jan 17, 2013 2:11 pm
by Enigma
Note, this is not a problem, this is normal program behavior. You have to protect the file, and it will be working well.
If you want to run file unprotected, then you will need to copy file enigma_ide.dll in the same folder with the executable.
Re: Unable to load DLL 'enigma_ide.dll' in C# (VS 2010)
Posted: Fri Jan 25, 2013 6:48 pm
by avi_re
working thanks...
