Guest donamenband Report post Posted 02/27/2011 09:38 AM My voiceguide script uses many vb-script modules. In voiceguide 6 and earlier, if there was ever an error in the vbscript, a dialog box would popup entitled "windows script host" which would report the line and character where the error occured. I recently upgraded to voiceguide 7 and suddenly the "windows script host" doesn't appear anymore, when there's an error. These popups are very helpful for debugging vbscripts. What can I do to make them come back again? Thank you Share this post Link to post
SupportTeam Report post Posted 02/27/2011 11:50 AM VG v7 runs as a Service. This means it no longer interacts with the screen and tasks ran from it no longer display any error messages on screen. The .VBS files that are ran are still saved in VG's \data\ directory and you can still jsut double click on them to run them. This will usually let you see any error messages on screen. Share this post Link to post