PC Review


Reply
Thread Tools Rate Thread

Access Violation in hh.exe

 
 
Jan Schmitz
Guest
Posts: n/a
 
      9th Feb 2009
Hi everybody,

on XPSP2 I'm currently not able to show .chm-files. All I get is an
Access-Violation in hh.exe. I tried to solve this with an installation of
IE7 in the hope it also updates the html-help-system, but that doesn't work.
I also tried to reregister the COM-Dlls with this batch, but this also
doesn't help.

##
regsvr32 ole32.dll
regsvr32 hhctrl.ocx
regsvr32 itss.dll
regsvr32 msxml3.dll
regsvr32 jscript.dll
helpctr.exe -regserver
##

The current versions of the help-compontents are the following:

hh.exe 5.02.3790.2453
hhctrl.ocx 5.02.3790.2847
itircl.dll 5.02.3790.2453
itss.dll 5.02.3790.2453

Has anyone an idea what's going wrong here?

Thanks a lot..

Greetings,

Jan Schmitz




 
Reply With Quote
 
 
 
 
glee
Guest
Posts: n/a
 
      9th Feb 2009
Delete the Temporary Internet Files in IE7:
- Close all Internet Explorer, Windows Explorer, and Outlook Express windows
- Click Start> Control Panel> Internet Options
- Click the Delete Browsing History button
- Click the Delete Files button in the Temporary Internet Files section
- Click Close
- Click OK

Delete your Temp files:
- Click Start> Run, type the following and click OK:
%temp%
- Select all files in the Temp folder and delete
*Note: any files in use will give an error and not delete...just skip them and
delete the rest.

When you registered the modules, you missed mshtml.dll
Try this instead:

regsvr32 ole32.dll
regsvr32 hhctrl.ocx
regsvr32 itss.dll
regsvr32 msxml3.dll
regsvr32 mshtml.dll /i
regsvr32 jscript.dll
helpctr.exe -regserver

If the problem still exists, try deleting the file "hh.dat" in this directory:
%userprofile%\Application Data\Microsoft\HTML Help

(That's usually C:\Documents and Settings\<yourprofilename>\Application
Data\Microsoft\HTML Help)

Reboot and then test.

See also:

PRB: Hh.exe Causes an Access Violation When Opening .chm Files
http://support.microsoft.com/kb/235062
(The Hhctrl.ocx file is incompatible with version 3.92.017 of the Matrox Productive
G100 PCI Dual Monitor video driver. Update the video driver to version 3.93.024 or
later.)

PRB: HTML Help Viewer Causes Access Violation
http://support.microsoft.com/kb/235405

--
Glen Ventura, MS MVP Windows, A+
http://dts-l.net/
http://dts-l.net/goodpost.htm


"Jan Schmitz" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Hi everybody,
>
> on XPSP2 I'm currently not able to show .chm-files. All I get is an
> Access-Violation in hh.exe. I tried to solve this with an installation of IE7 in
> the hope it also updates the html-help-system, but that doesn't work. I also tried
> to reregister the COM-Dlls with this batch, but this also doesn't help.
>
> ##
> regsvr32 ole32.dll
> regsvr32 hhctrl.ocx
> regsvr32 itss.dll
> regsvr32 msxml3.dll
> regsvr32 jscript.dll
> helpctr.exe -regserver
> ##
>
> The current versions of the help-compontents are the following:
>
> hh.exe 5.02.3790.2453
> hhctrl.ocx 5.02.3790.2847
> itircl.dll 5.02.3790.2453
> itss.dll 5.02.3790.2453
>
> Has anyone an idea what's going wrong here?
>
> Thanks a lot..
>
> Greetings,
>
> Jan Schmitz
>
>
>
>


 
Reply With Quote
 
Jan Schmitz
Guest
Posts: n/a
 
      10th Feb 2009

"glee" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> regsvr32 mshtml.dll /i


Hi Glen,

thanks for your hints. I will try your recommendations.

By the way, if I try to register mshtml.dll with "/i", I get an "...entry
point was not found". Are you sure that this is a COM-DLL?

Jan Schmitz


 
Reply With Quote
 
glee
Guest
Posts: n/a
 
      10th Feb 2009
"Jan Schmitz" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "glee" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> regsvr32 mshtml.dll /i

>
> Hi Glen,
>
> thanks for your hints. I will try your recommendations.
>
> By the way, if I try to register mshtml.dll with "/i", I get an "...entry point
> was not found". Are you sure that this is a COM-DLL?


Oops, sorry Jan. With IE7, you can't register mshtml.dll in that manner (or without
the /i), as you could with IE6. The entry point was removed from the mshtml.dll
file that comes with IE7.

Try the other suggestions, especially deleting the hh.dat file.
--
Glen Ventura, MS MVP Windows, A+
http://dts-l.net/
http://dts-l.net/goodpost.htm

 
Reply With Quote
 
Jan Schmitz
Guest
Posts: n/a
 
      12th Feb 2009

"glee" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> "Jan Schmitz" <(E-Mail Removed)> wrote in message
> Oops, sorry Jan. With IE7, you can't register mshtml.dll in that manner
> (or without the /i), as you could with IE6. The entry point was removed
> from the mshtml.dll file that comes with IE7.
>


Hi Glen,

using MJ's help diagnostics does the job:

http://helpware.net/downloads/#MJs

Now everything is working fine..

Thank for your hints.

Best Regards,

Jan


 
Reply With Quote
 
glee
Guest
Posts: n/a
 
      12th Feb 2009
"Jan Schmitz" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>
> "glee" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> "Jan Schmitz" <(E-Mail Removed)> wrote in message
>> Oops, sorry Jan. With IE7, you can't register mshtml.dll in that manner (or
>> without the /i), as you could with IE6. The entry point was removed from the
>> mshtml.dll file that comes with IE7.
>>

>
> Hi Glen,
>
> using MJ's help diagnostics does the job:
>
> http://helpware.net/downloads/#MJs
>
> Now everything is working fine..
>
> Thank for your hints.


Ahh, I'd forgotten all about that little utility! It's been a few years since I've
used it. Thanks for the updated link!

I'm glad you got this straightened out....nice work.
--
Glen Ventura, MS MVP Windows, A+
http://dts-l.net/
http://dts-l.net/goodpost.htm

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Access violation Alfk Windows XP General 5 24th Dec 2007 01:35 AM
Access Violation =?Utf-8?B?TFY0MA==?= Windows Vista General Discussion 5 2nd Jul 2007 01:51 AM
access violation Michael Chang Microsoft Windows 2000 1 19th Sep 2004 10:27 PM
access violation Linda Koina Microsoft Access VBA Modules 1 12th Oct 2003 04:00 AM
svchost get access violation when access memory 0xffffffff Lee Windows XP General 0 5th Sep 2003 07:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:43 PM.