hotcoder
11 years agoNew Contributor
VBScript error on CreateObject("TestExecute.TestExecuteApplication")
TestExecute process running but no icon in system tray. If i'm try run VBScript then i get error on CreateObject("TestExecute.TestExecuteApplication"). But after reboot OS (Windows 7 x64, Bamboo) TestExecute.exe running successful.
Whats wrong? Why i can't create TestExecuteApplication object and TestExecute.exe hangs?
---
' TestExecute version 9.31
Dim TestExecuteApp
Set TestExecuteApp = CreateObject("TestExecute.TestExecuteApplication")
---
Whats wrong? Why i can't create TestExecuteApplication object and TestExecute.exe hangs?
---
' TestExecute version 9.31
Dim TestExecuteApp
Set TestExecuteApp = CreateObject("TestExecute.TestExecuteApplication")
---