Re: Error 8007000B on application startup

  • Thread starter Christopher Crooker
  • Start date
C

Christopher Crooker

I actually happened to catch this on returning to work after several hours
and got it loaded under the VS.NET 2003 debugger. I noticed something very
strange that I am at a complete loss to explain. First of all, the stack
trace is fairly uninteresting:
7ffe0304()
user32.dll!_NtUserWaitMessage@0() + 0xc
user32.dll!_InternalDialogBox@24() + 0xb4
user32.dll!_SoftModalMessageBox@4() + 0x591
user32.dll!_MessageBoxWorker@4() + 0x161
user32.dll!_MessageBoxTimeoutW@24() + 0x59
user32.dll!_MessageBoxExW@20() + 0x19
user32.dll!_MessageBoxW@16() + 0x44
mscorwks.dll!WszMessageBoxInternal() + 0x121
mscorwks.dll!CorMessageBox() + 0x156
mscorwks.dll!VMDumpCOMErrors() + 0x91
mscorwks.dll!__CorExeMain@0() + 0x7eaaa
mscoree.dll!__CorExeMain@0() + 0x2c
kernel32.dll!_BaseProcessStart@4() + 0x23


Which is describing CorExeMain failing and displaying this dialog box:

---------------------------
Acquist.Interface.Liberty.exe - Fatal error
---------------------------
CLR error: 8007000b.
The program will now terminate.
---------------------------
OK
---------------------------


But, when I looked at the files that were being loaded I was surprised to
see a completely unrelated DLL being loaded just before the error occurs:

........... <other modules ommitted>
'Acquist.Interface.Liberty.exe': Loaded
'D:\WINDOWS\assembly\NativeImages1_v1.1.4322\mscorlib\1.0.5000.0__b77a5c5619
34e089_71f03ac0\mscorlib.dll', No symbols loaded.
'Acquist.Interface.Liberty.exe': Loaded
'D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\diasymreader.dll', No symbols
loaded.
'DefaultDomain': Loaded
'd:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll', No symbols
loaded.
'Acquist.Interface.Liberty.exe': Loaded 'D:\Program Files\AIM\idlemon.dll',
No symbols loaded.
The thread 'Win32 Thread' (0x212c) has exited with code -1 (0xffffffff).
The program '[1900] Acquist.Interface.Liberty.exe: DefaultDomain' has exited
with code 0 (0x0).
The program '[1900] Acquist.Interface.Liberty.exe: Native' has exited with
code -1 (0xffffffff).


Note that 'D:\Program Files\AIM\idlemon.dll' was loaded by my process. The
process has absolutely nothing to do with that library, application or
anything close to it. My application is being run from P:\Liberty\Run (P is
a "subst"-ed virtual drive pointing to D:\Files\Projects). Does anyone have
any idea what is going on here?

(Just to reiterate, this problem occurs intermittently as described in my
previous post on different machines, and both on Windows 2000 and Windows
Server 2003. The .NET version is 1.1.)

Christopher Crooker
Acquist Incorporated
 
T

Tian Min Huang

Hi,

idlemon.dll is third party instant idler program, please refer to the
following webpage for detailed information:
http://imhut.com/aimtricks/idlemon.php

Based on my experience and research, I did not find any known issue about
this problem. I think more information is needed before moving forward:

1. Does this problem occurs to all projects or a specific project?

2. I suggest you to close all unnecessary program or services say,
Anti-Virus application and services, AIM, etc, and then check whether or
not the problem still exists.

I look forward to hearing from you.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! ¨C www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top