Forum Discussion
VLapidus
13 years agoFrequent Contributor
According to the exception message, something is wrong with your script extension. Check the script extensions for error in it and whether it is correctly installed.
To avoid the second error in the log, create the OnStopTest event handler:
Sub GeneralEvents_OnStopTest(Sender)
Log.Enabled = False
End Sub
To avoid the second error in the log, create the OnStopTest event handler:
Sub GeneralEvents_OnStopTest(Sender)
Log.Enabled = False
End Sub