Program won't work on one machine!!

G

Guest

Help!!! My program is working on other machines but no matter how much I try
it won't work on one of them. Here is the coredump, any help is
appreciated!!!

Microsoft (R) Common Language Runtime Test Debugger Shell Version
1.1.4322.573
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.

(cordbg) a 0xdd0
Process 3536/0xdd0 created.
Warning: couldn't load symbols for
c:\windows\microsoft.net\framework\v1.1.4322\
mscorlib.dll
Warning: couldn't load symbols for C:\Program Files\BBQB\QBI
nterface.exe
Warning: couldn't load symbols for
c:\windows\assembly\gac\system.windows.forms\
1.0.5000.0__b77a5c561934e089\system.windows.forms.dll
Warning: couldn't load symbols for
c:\windows\assembly\gac\system\1.0.5000.0__b7
7a5c561934e089\system.dll
Warning: couldn't load symbols for
c:\windows\assembly\gac\system.drawing\1.0.50
00.0__b03f5f7f11d50a3a\system.drawing.dll
Warning: couldn't load symbols for c:\program
files\bbqb\interop.qbfc4lib.dll
[thread 0x8d0] Thread created.
[thread 0xde4] Thread created.
[thread 0x8d0] Unhandled exception generated: (0x011b8780)
<System.Runtime.Inter
opServices.COMException>
_className=<null>
_exceptionMethod=<null>
_exceptionMethodString=<null>
_message=(0x011bba74) "COM object with CLSID
{DE818A9B-B88F-4594-9B97-9A830CB6
B3FF} is either not valid or not registered."
_innerException=<null>
_helpURL=<null>
_stackTrace=(0x011bbb4c) array with dims=[36]
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0x00000000
_HResult=0x80040154
_source=<null>
_xptrs=0x00000000
_xcode=0xe0434f4d

[001b] mov esi,eax
(cordbg)
 
S

Stephany Young

It's telling exactly what is wrong.

COM object with CLSID {DE818A9B-B88F-4594-9B97-9A830CB6B3FF} is either not
valid or not registered.

Now you need to find out just what component that is and get it registered.
 

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