J
John
Hi
I created a setup file of my vb.net app and remotely installed it on a
client's machine. The app bombs at start-up with the error;
Error while initializing application: Retrieving the COM class factory for
component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to
the following error: 8007007e.
The application also gave a stack trace which is given below at the end.
What's more there is no JIT debugger on the target system. In OleView when I
try to expand the Microsoft Outlook 8.0 Object Library node by clicking on
the + sign I get the below error;
CoGetClassObject failed.
The specified module could not be found.
Severity: SEVERITY_ERROR, facility: FACILITY_WIN32 ($8007007E)
The machine has outlook 2003 installed. The app installs and run just fine
on other outlook 2003 machines at same client site.What is the problem and
how can I proceed from here specially when I have little or no way to debug
the app on the target system.
Thanks
Regards
I created a setup file of my vb.net app and remotely installed it on a
client's machine. The app bombs at start-up with the error;
Error while initializing application: Retrieving the COM class factory for
component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to
the following error: 8007007e.
The application also gave a stack trace which is given below at the end.
What's more there is no JIT debugger on the target system. In OleView when I
try to expand the Microsoft Outlook 8.0 Object Library node by clicking on
the + sign I get the below error;
CoGetClassObject failed.
The specified module could not be found.
Severity: SEVERITY_ERROR, facility: FACILITY_WIN32 ($8007007E)
The machine has outlook 2003 installed. The app installs and run just fine
on other outlook 2003 machines at same client site.What is the problem and
how can I proceed from here specially when I have little or no way to debug
the app on the target system.
Thanks
Regards