Troubleshooting tips
Problem | Solution |
---|---|
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: |