rbandel Report post Posted 02/27/2004 07:51 PM My VBScripts run fine in demonstration mode but after applying my registration they begin erroring out when calling the CreateObject method. Share this post Link to post
SupportTeam Report post Posted 02/27/2004 10:41 PM Are you using the CreateObject("VoiceGuide.CommandLink") ? I suspect that you are trying to use the VoiceGuide's ActiveX Server / COM interface and have not registered the Enterprise version of the software. (please see http://www.voiceguide.com/vgFeatures.htm ) When using ActiveX/COM you in non-Enterprise version you still should not get an error though... the function will just return without doing anything and in Trace Log you would see a message: "COM interface not supported in this version." If you think the problem may be something else Could you please post a copy of VoiceGuide's Debug Printout which captures the problem, this will allow us to see what is going wrong. (When running the script click on VoiceGuide's View menu and select 'Event Trace Log' option - any log information will then appear in this window. You must open the trace window before making the call.) Share this post Link to post