mehdi_h Report post Posted 02/17/2009 10:37 AM Hi I would like too use a dll (.net) that will connect to a server an return some value to VG. How can I call the dll and how can the dll return value to VG. Please help Mh Share this post Link to post
SupportTeam Report post Posted 02/17/2009 10:57 AM Have a look at the WCF example project installed in this VoiceGuide directory: C:\Program Files\VoiceGuide\Scripts\vgServices_WCF You can create a .NET EXE that is ran from the Run Program module and the .EXE connects to your server etc. and then uses WCF to return data back to VoiceGuide. Share this post Link to post