The information in this article applies to:
SYMPTOMSWhen opening an Active Server Pages (ASP) page that contains an ActiveX Control in Visual InterDev 6.0, Visual InterDev crashes. CAUSEBy default, the Visual InterDev 6.0 Source Editor attempts to display ActiveX controls graphically. If the source editor is set to display ActiveX controls graphically, and it encounters ASP script in an <OBJECT> or <PARAM> tag, the editor cannot display the control and will crash. Here's an example:
RESOLUTION
Install Visual Studio 6.0 Service Pack 3. -or-Open the ASP page in Notepad (or some other text editor) and insert the keyword VIEWASTEXT in the <OBJECT> tag of the ActiveX control. This will cause the control to always be displayed as text, but will allow you to view other ActiveX Controls graphically. For example, using the previous code, this would look similar to the following:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. MORE INFORMATIONSteps to Reproduce BehaviorFirst, ensure that Visual InterDev is configured to display controls graphically by default, then do the following:
Additional query words:
Keywords : kbservicepack kbVS600sp2 kbVS600SP1 kbVS600sp3 kbVS600sp3fix |
Last Reviewed: May 19, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |