Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What does it mean? "The Specified Module could not be found"

Status
Not open for further replies.

MY3MCS

Technical User
Apr 17, 2003
49
0
0
GB
Hello There:

I have a program that will send an automtic email to one of out clients. One of the commands there is:

ooutlookobject = CreateObject("OUtlook.Application")

When I ran the program I got an error message:

"Ole error code 0x8007007e: The specified module could not be found."

What does it mean? The funny thing is, the said error happen only to one computer but if i use the other computers, the program runs smoothly. My officemate said that he changed the outlook version of his computer. Is this the reason why? What should I do to run the program to his computer?

Thanks.
 
I would have expected an "class definition error" if they did not have outlook installed. It sounds like it is installed, but I wonder if something went wrong.

Anyway, check the registry using regedit.

Look at HKEY_CURRENT_USER
SOFTWARE
OFFICE
OUTLOOK

Check the key against another computer that is working. Maybe that will provide you a lead.

Jim Osieczonek
Delta Business Group, LLC
 
I just did a google search on this code: 0x8007007e

There were several hits. This one looked promising:


Here is a snippet from the article:


---------------------------------------------------------

Error IUENGINE Determining machine configuration (Error 0x8007007E:
The specified module could not be found.)
---------------------------------------------------------

This article explains how to resolve the 0x8007007E error code...



Jim Osieczonek
Delta Business Group, LLC
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top