Re: 0x8007007e during compilation
- From: "Kevin Spencer" <kevin@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 18 May 2006 18:03:50 -0400
I had a bear of a time tracking down the same error under different
circumstances. I eventually managed to figure out what was missing by using
a combination of Dependency Walker, FileMon, and ListDlls, all of which are
available from SysInternals.
--
HTH,
Kevin Spencer
Microsoft MVP
Professional Numbskull
The man who questions opinions is wise.
The man who quarrels with facts is a fool.
"mfc" <mfc_mobile@xxxxxxxxxxxxxxxx> wrote in message
news:uPA5$OqeGHA.968@xxxxxxxxxxxxxxxxxxxxxxx
Well... the direct DLLs I call are managed, but one of them calls an
unmanaged 3rd party DLL.
"Kevin Spencer" <kevin@xxxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:euX0N7peGHA.3640@xxxxxxxxxxxxxxxxxxxxxxx
Are the DLLs in question all managed?
--
HTH,
Kevin Spencer
Microsoft MVP
Professional Numbskull
The man who questions opinions is wise.
The man who quarrels with facts is a fool.
"mfc" <mfc_mobile@xxxxxxxxxxxxxxxx> wrote in message
news:%23Wbug2peGHA.3808@xxxxxxxxxxxxxxxxxxxxxxx
I am using VS 2005 pro. I am writing a Webservice application that makes
use of functions in several dlls.
When I compile I get the following message in the compilation error
window :-
"The specified module could not be found. (Exception from
HRESULT:0x8007007e )"
There is no further information about what module it is looking for. I
ran depends.exe on all the dlls I use, they are all missing
msjava.dll??? is that the cause of the problem? I'm writing a C# app,
why is it using msjava.dll?
.
- Follow-Ups:
- Re: 0x8007007e during compilation
- From: mfc
- Re: 0x8007007e during compilation
- References:
- 0x8007007e during compilation
- From: mfc
- Re: 0x8007007e during compilation
- From: Kevin Spencer
- Re: 0x8007007e during compilation
- From: mfc
- 0x8007007e during compilation
- Prev by Date: Edit and Continue Stopped Working!
- Next by Date: Re: 0x8007007e during compilation
- Previous by thread: Re: 0x8007007e during compilation
- Next by thread: Re: 0x8007007e during compilation
- Index(es):
Relevant Pages
|