|
Re: Unable to load as_eng6.dll
7/24/2009 9:52:39 PM
(Total replies: 1)
|
| I am using VS.NET 2008 (.NET framework 3.5) to compile the consoleTestSuite project. I am seeing the same error:
Unable to load DLL 'as_eng6.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
I have added the 3 dlls in all directories I can possibly think of. Any suggestions?
-Mehul |
|
|
|
Re: Unable to load as_eng6.dll
7/24/2009 10:30:26 PM
(Total replies: 0)
|
| I figured out the problem at my end using the below suggestion found on asp.net:
----------------------------------------
You need to figure out which managed dll, native dll and lib files are referenced by your application (directly or indirectly).
For managed dll, make sure they are in the web's bin folder.
For native dll and .lib files, check out whether those .dll and .lib files are in the PATH. If not, you can either copy them to there; or, you can put them into a folder and add ... |
|