Hi Guys,
I'm working on an application that monitors an IVR system's up time. I figured what better solution than sticking Skype on a box with a service that calls into the IVR runs some voice recognition and logs the results. Well, it's all working except for the service part. I can run the application as a windows desktop app and it runs just fine. But if I attempt to run it as a service I get a wait timeout error. The stack points to: SKYPE4COMLib.SkypeClass.get_CurrentUserStatus() but the line that actually threw the error is: If Not oSkype.Client.IsRunning Then oSkype.Client.Start(True, True)
Thoughts?
-Rick