Article ID: 224942 - Last Review: October 15, 2002 - Revision: 1.2

FIX: GPF with thisPage.navigate.Show() in Visual InterDev 6.0

This article was previously published under Q224942

On This Page

Expand all | Collapse all

SYMPTOMS

When you use the Page object DTC, Visual InterDev might crash when it attempts to bring up the statement completion list of available Navigate functions.

CAUSE

By default, the Page Object DTC defines a single function of the Navigate object show() (with a lower-case "s"). If you create a duplicate function named Show() (with a capital "S") and add it to the list of available functions for the Navigate object, Visual InterDev crashes when it attempts to bring up the list of methods for the Navigate object.

RESOLUTION

Install Visual Studio 6.0 Service Pack 3 or later.

STATUS

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

This bug was corrected in Visual Studio 6.0 Service Pack 3. For additional information about Visual Studio service packs, click the article numbers below to view the articles in the Microsoft Knowledge Base:
194022  (http://support.microsoft.com/kb/194022/EN-US/ ) INFO: Visual Studio 6.0 Service Packs, What, Where, Why
194295  (http://support.microsoft.com/kb/194295/EN-US/ ) HOWTO: Tell That a Visual Studio Service Pack Is Installed
You can download the latest Visual Studio service pack from the following Microsoft Web site:
Visual Studio Product Updates (http://support.microsoft.com/ph/3042)

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a new ASP Page and insert a Page Object DTC.
  2. Create a Show() function anywhere on the page, and ensure that the "S" of the function named "Show" is capitalized. For example:
       Sub Show()
    
       End Sub
    					
  3. Right-click the Page Object, open the properties for it, and add the Show() function to the list of Navigate functions.
  4. In a script block, type thisPage.navigate.

APPLIES TO
  • Microsoft Visual InterDev 6.0 Standard Edition
Keywords: 
kbbug kbctrl kbdevstudio kbfix kbvs600sp3fix KB224942
 

Article Translations