Troubleshooting tips

Problem Description Solution
Clicking OK does not close the dialog box. You have either failed to enter a Name, select a Language, or specify a Script in the VB/JScript Configuration dialog box.
VBScript/JScript error. Make sure the file that you selected as your script is a valid file, with a valid file extension.
Error in component script causes component to hang. You can insert On Error Resume Next in a routine to continue a function and avoid hanging the application processing should an error occur in a script. For more information about using On Error Resume Next, see the following MSDN references: