Guest alok@siplnet.com Report post Posted 05/18/2005 11:47 AM Hello, When I am trying to create VG object using .Net web service. It is giving Access denied error. I have done the following: Created a VB.Net Web Service. Add VoiceGuide as reference to the project. Tried to create voiceguide.commandline new instance. And boom access denied error. Any clue how to solve it. Share this post Link to post
SupportTeam Report post Posted 05/18/2005 01:56 PM The object to create should be "VoiceGuide.CommandLink" not "voiceguide.commandline" Also. Was VoiceGuide started and running at the same time? Have you tired running some of the sample VBScripts from VG's Help file? eg. Try running this VBScript and see if it works on your system: set vg = CreateObject("VoiceGuide.CommandLink") vg.Admin_TraceLogAdd 0, 0, "This trace was printed from an external VB Script" set vg = Nothing Share this post Link to post