DA2002: Internet Explorer Stops Responding When You Open a Page with Data Analyzer ActiveX Control (324476)



The information in this article applies to:

  • Microsoft Data Analyzer 2002

This article was previously published under Q324476

SYMPTOMS

If you open an instance of Microsoft Internet Explorer that includes the Data Analyzer ActiveX control, the control is displayed as you expect. If you open this page from a hyperlink in another .htm page and then close the page, Internet Explorer stops responding if you return to the initial page and then click the hyperlink again. Internet Explorer stops responding (crashes), and you experience an access violation in module name Hhctrl.ocx or 'Unknown.'

RESOLUTION

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that this article describes. Apply it only to systems that are experiencing this specific problem.

To resolve this problem, contact Microsoft Product Support Services to obtain the hotfix. For a complete list of Microsoft Product Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

The English version of this fix should have the following file attributes or later:
   Date           Time     Size       File name     
   --------------------------------------------
   21-Jun-2002   21:57     196,096    Msda.msp
				
After the hotfix is installed, the English version of this fix will have the file attributes (or later) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
   Date         Time   Version         Size   File name
   --------------------------------------------------------------
   14-Nov-2001  18:07  3.5.0.218     608,720  Aspectbars.ocx
   14-Nov-2001  18:07  3.5.0.218     153,984  Max3activex.dll
   14-Nov-2001  18:07  3.5.0.218     231,808  Max3api.dll
   14-Nov-2001  18:07  3.5.0.218      39,296  Max3ver.dll
   14-Nov-2001  18:07  3.5.0.218     313,800  Maxcomutils.dll
   14-Nov-2001  18:07  3.5.0.218     121,216  Maxxmlutils.dll
   14-Nov-2001  18:07  3.5.0.218     170,368  Mdsoperations.dll
   20-Jun-2002  18:06  3.5.0.219     588,480  Mxprbase.dll
   14-Nov-2001  18:07  3.5.0.218     555,392  Mxprvbbase.dll
   24-Oct-2001  16:24                  5,961  Webpagebars.xsl
   24-Oct-2001  16:30                  6,031  Webpagebarsunicode.xsl
				

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

Steps to Reproduce the Problem

NOTE: Data Analyzer must be installed to test the ActiveX control functionality.
  1. Paste the following code in Notepad, and then save the file as FirstPage.htm:
    <html>
    <head>
    </head>
    <body>
    <p>&#xa0;</p>
    <p>Test Opening <a target="_blank" href="SecondPage.htm">SecondPage.htm</a></p>
    <p>&#xa0;</p>
    </body>
    </html>
    					
  2. Paste the following code in a new instance of Notepad, and then save the file as SecondPage.htm:
    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Test DA ActiveX Control</title>
    </head>
    <p>Test DA ActiveX Control</p>
    <object classid="clsid:E0ECA9C3-D669-4EF4-8231-00724ED9288F"
    id="Max3Ax1" height=100% width=100%></object>
    <script id=clientEventHandlersVBS language=vbscript>
    <!--
    Sub window_onload
        'The number 1 represents the constant vlocFileSystem 
        '(corresponds to a file in the file system).
        Max3Ax1.Application.ActiveView.OpenView _
            "c:\Program Files\Microsoft Data Analyzer\" &amp; _
            "Data Analyzer 3.5\Airline.max", 1    
    End Sub
    -->
    </script>
    <body>
    </body>
    </html>
    					
  3. Copy the two .htm files to a Web server default Web site.
  4. To access the first page, start a new instance of Internet Explorer, and then type the following in the Address bar:

    http://machinename/FirstPage.htm

  5. Click the link that opens SecondPage.htm. The Internet Explorer window displays the Data Analyzer ActiveX control.
  6. Close the Internet Explorer window that displays the ActiveX control.
  7. Return to FirstPage.htm, and then click the hyperlink that opens SecondPage.htm one more time.
Notice that Internet Explorer stops resonding, and you experience an access violation in module name Hhctrl.ocx or 'Unknown.'

Modification Type:MinorLast Reviewed:10/19/2005
Keywords:kbHotfixServer kbQFE kbbug kbfix kbOfficeXPPreSP2fix kbQFE KB324476