PRB: Script Wizard Crashes with Application Error in Msdev.exe (170254)
The information in this article applies to:
- Microsoft Visual InterDev 1.0
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 <DIV> tag or the <Form> </Form> tags, the
script wizard will crash.
RESOLUTION
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:
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 INFORMATIONSteps to Reproduce Behavior
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.
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:
Modification Type: | Major | Last Reviewed: | 5/2/2006 |
---|
Keywords: | kberrmsg kbide kbprb kbScript kbwizard KB170254 |
---|
|