Help - Search - Members - Calendar
Full Version: Windows Service + Skype Issues Help!
Skype Community > English > Development, Betas and Skype Garage > Skype Public API
zuboss
i am creating a window service from which i am accessing the Skype thru the API i get the wait time out error.I am using the local system account for my service.Allow Interact with desktop is checked in services manager.

skypeobject.Client.IsRunning is true but error occurs when i get the skypeobject.CurrentUser.FullName

Can anyone help me to fix this up asap ?


zuboss
TheUberOverlord
QUOTE(zuboss @ Sat Dec 30 2006, 16:12) [snapback]337663[/snapback]

i am creating a window service from which i am accessing the Skype thru the API i get the wait time out error.I am using the local system account for my service.Allow Interact with desktop is checked in services manager.

skypeobject.Client.IsRunning is true but error occurs when i get the skypeobject.CurrentUser.FullName

Can anyone help me to fix this up asap ?
zuboss


What ID is the Skype Client running as?
GeMe_Hendrix
Well I've finally solved this particular problem. Simply do the following to get your Windows Service communicating with Skype...

- Windows Control Panel
- Administrative Tools
- Services
- Find your Windows Service
- Right click and go to the Service's properties
- Go to the 'Log On' tab
- Select 'Allow service to interact with desktop'
- Click 'OK'
- Now restart the service
- Heh presto, it your service should now communicate ok with Skype!
TheUberOverlord
QUOTE(GeMe_Hendrix @ Mon Oct 15 2007, 04:40) [snapback]452190[/snapback]

Well I've finally solved this particular problem. Simply do the following to get your Windows Service communicating with Skype...

- Windows Control Panel
- Administrative Tools
- Services
- Find your Windows Service
- Right click and go to the Service's properties
- Go to the 'Log On' tab
- Select 'Allow service to interact with desktop'
- Click 'OK'
- Now restart the service
- Heh presto, it your service should now communicate ok with Skype!


There are changes with system services and session 0 ("The ability to interact with the desktop") in Vista please see this:

http://www.microsoft.com/whdc/system/vista/services.mspx
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.