Microsoft KB Archive/170254: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - ">" to ">")
 
(One intermediate revision by the same user not shown)
Line 56: Line 56:
== CAUSE ==
== CAUSE ==


The Script wizard in Visual InterDev 1.0 does not correctly parse several HTML tags. If the page has a <DIV> tag or the <Form> </Form> tags, the script wizard will crash.
The Script wizard in Visual InterDev 1.0 does not correctly parse several HTML tags. If the page has a <DIV> tag or the <Form> </Form> tags, the script wizard will crash.


</div>
</div>
Line 63: Line 63:
== RESOLUTION ==
== RESOLUTION ==


The &lt;DIV&gt; tag problem has been fixed with Visual Studio SP3. The &lt;Form&gt; tag has not been fixed. To use the Script wizard on a page that contains the &lt;Form&gt; tag you can do one of the following:<br />
The <DIV> tag problem has been fixed with Visual Studio SP3. The <Form> tag has not been fixed. To use the Script wizard on a page that contains the <Form> tag you can do one of the following:<br />
<br />
<br />
Temporarily cut out the &lt;Form&gt; tag, use the Script wizard and re-paste the &lt;Form&gt; tag when finished.<br />
Temporarily cut out the <Form> tag, use the Script wizard and re-paste the <Form> tag when finished.<br />
<br />
<br />
-or-<br />
-or-<br />
Line 86: Line 86:
=== Steps to Reproduce Behavior ===
=== Steps to Reproduce Behavior ===


In Visual InterDev, create a new HTML file, and type &lt;DIV&gt; in the body. Right-click the file and select Script Wizard. Click OK. Visual InterDev crashes.
In Visual InterDev, create a new HTML file, and type <DIV> in the body. Right-click the file and select Script Wizard. Click OK. Visual InterDev crashes.


</div>
</div>

Latest revision as of 01:02, 21 July 2020

Article ID: 170254

Article Last Modified on 5/2/2006



APPLIES TO

  • Microsoft Visual InterDev 1.0 Standard Edition



This article was previously published under Q170254

SYMPTOMS

The Script wizard in Visual InterDev may crash with the following error message when you click OK to close the wizard.

An application error has occurred and an application error log is being generated. Msdev.exe

CAUSE

The Script wizard in Visual InterDev 1.0 does not correctly parse several HTML tags. If the page has a
tag or the <Form> </Form> tags, the script wizard will crash.

RESOLUTION

The
tag problem has been fixed with Visual Studio SP3. The <Form> tag has not been fixed. To use the Script wizard on a page that contains the <Form> tag you can do one of the following:


Temporarily cut out the <Form> tag, use the Script wizard and re-paste the <Form> tag when finished.

-or-

Use the Script wizard on a blank page, generate the scripting code, then cut and paste the generated code into the target page.

STATUS

Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


MORE INFORMATION

Steps to Reproduce Behavior

In Visual InterDev, create a new HTML file, and type
in the body. Right-click the file and select Script Wizard. Click OK. Visual InterDev crashes.

REFERENCES

For the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:


Additional query words: Crash GPF UAE Bomb VID

Keywords: kberrmsg kbscript kbide kbprb kbwizard KB170254