0014-8007007E

  • Thread starter Thread starter Joe Medford
  • Start date Start date
J

Joe Medford

Guest
I recieve an error when I go to the Microsoft I recieve 0014-8007007E,
right away. I tried some of the microsoft fixes,
When I run regsvr32 Inseng.dll, I get this message dllregisterServer entry
point was not found. What does the error mean and how can I resolve the
issue.
Thanks

THanks
 
"Joe Medford" <joem83@msn.com> wrote in message
news:F3413965-6565-4C53-9DA0-522D4C42E42F@microsoft.com...
>I recieve an error when I go to the Microsoft I recieve 0014-8007007E, right away. I tried some of the microsoft fixes,
> When I run regsvr32 Inseng.dll,



Where did you get the idea to try that?

http://support.microsoft.com/dllhelp/Default.aspx?dlltype=file&l=55&alpha=inseng*&S=1&start=25

It looks as if that module once had that entry point.

However, the versions installed for IE7 no longer have it.

Unfortunately the DLL Help Database isn't kept up to date
so you can't see that fact with it but you can use DependencyWalker
to see that both DllRegisterServer and DllInstall have been removed.


> I get this message dllregisterServer entry point was not found. What does the error mean and how can I resolve the issue.



Find some other repair procedure which does not require that entrypoint? ; )


Oh...

<cmd_output>
F:\WINDOWS>set /a c = 0x7e
126
F:\WINDOWS>net helpmsg %c%

The specified module could not be found.
</cmd_output>

Look in the install log to see if it tells you *which* module "could not be found".
Otherwise you could try running ProcMon filtering on the update program
to try to figure that out.



> Thanks
>
> THanks



Good luck

Robert Aldwinckle
---
 
Will try thanks

"Robert Aldwinckle" <robald@techemail.com> wrote in message
news:Ov44dhI5HHA.3900@TK2MSFTNGP02.phx.gbl...
> "Joe Medford" <joem83@msn.com> wrote in message
> news:F3413965-6565-4C53-9DA0-522D4C42E42F@microsoft.com...
>>I recieve an error when I go to the Microsoft I recieve 0014-8007007E,
>>right away. I tried some of the microsoft fixes,
>> When I run regsvr32 Inseng.dll,

>
>
> Where did you get the idea to try that?
>
> http://support.microsoft.com/dllhelp/Default.aspx?dlltype=file&l=55&alpha=inseng*&S=1&start=25
>
> It looks as if that module once had that entry point.
>
> However, the versions installed for IE7 no longer have it.
>
> Unfortunately the DLL Help Database isn't kept up to date
> so you can't see that fact with it but you can use DependencyWalker
> to see that both DllRegisterServer and DllInstall have been removed.
>
>
>> I get this message dllregisterServer entry point was not found. What
>> does the error mean and how can I resolve the issue.

>
>
> Find some other repair procedure which does not require that entrypoint?
> ; )
>
>
> Oh...
>
> <cmd_output>
> F:\WINDOWS>set /a c = 0x7e
> 126
> F:\WINDOWS>net helpmsg %c%
>
> The specified module could not be found.
> </cmd_output>
>
> Look in the install log to see if it tells you *which* module "could not
> be found".
> Otherwise you could try running ProcMon filtering on the update program
> to try to figure that out.
>
>
>
>> Thanks
>>
>> THanks

>
>
> Good luck
>
> Robert Aldwinckle
> ---
>
>
 
Back
Top