I have an app that's been running happily for years, but which suddenly
started getting an error. The line is like this:

xx = CREATEOBJECT("outlook.application")

and the error message is "OLE error code 0x8007007e: the specified module
could not be found"

It's as if Outlook was uninstalled from that machine, but it wasn't: Outlook
still runs normally. Maybe I will need to reinstall Outlook, or is there
something simpler I can do?

Re: Failure of Office automation by Mike

Mike
Wed Jun 29 06:46:20 CDT 2005

I would start by re-installing. This may cure the problem.

"Paul Pedersen" <no-reply@swen.com> wrote in message
news:OuFtPYIfFHA.3304@TK2MSFTNGP12.phx.gbl...
>I have an app that's been running happily for years, but which suddenly
>started getting an error. The line is like this:
>
> xx = CREATEOBJECT("outlook.application")
>
> and the error message is "OLE error code 0x8007007e: the specified module
> could not be found"
>
> It's as if Outlook was uninstalled from that machine, but it wasn't:
> Outlook still runs normally. Maybe I will need to reinstall Outlook, or is
> there something simpler I can do?
>
>
>
>



Re: Failure of Office automation by Eric

Eric
Wed Jun 29 06:52:14 CDT 2005

I remember a similar weird problem. It had something to do with the NAV
Script Block feature. Are you running NAV with this Blocking tool turned on?
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8

"Paul Pedersen" <no-reply@swen.com> wrote in message
news:OuFtPYIfFHA.3304@TK2MSFTNGP12.phx.gbl...
>I have an app that's been running happily for years, but which suddenly
>started getting an error. The line is like this:
>
> xx = CREATEOBJECT("outlook.application")
>
> and the error message is "OLE error code 0x8007007e: the specified module
> could not be found"
>
> It's as if Outlook was uninstalled from that machine, but it wasn't:
> Outlook still runs normally. Maybe I will need to reinstall Outlook, or is
> there something simpler I can do?
>
>
>
>



Re: Failure of Office automation by Paul

Paul
Thu Jun 30 13:40:41 CDT 2005

Thanks for the responses.

I'm still waiting to hear back from the client...


"Paul Pedersen" <no-reply@swen.com> wrote in message
news:OuFtPYIfFHA.3304@TK2MSFTNGP12.phx.gbl...
>I have an app that's been running happily for years, but which suddenly
>started getting an error. The line is like this:
>
> xx = CREATEOBJECT("outlook.application")
>
> and the error message is "OLE error code 0x8007007e: the specified module
> could not be found"
>
> It's as if Outlook was uninstalled from that machine, but it wasn't:
> Outlook still runs normally. Maybe I will need to reinstall Outlook, or is
> there something simpler I can do?
>
>
>
>