The project I am working with uses cruisecontrol to kick off a build and then starts a device emulator, connects it with activesync, then uses application developed from desktop.communication to transfer files to the emulator to run tests on the emulator. cruisecontrol is running as a service, for some reason, the communication app will not be able to connect to the synced emulator. If I run the communication app outside of cruisecontrol (i.e, not as a service), it works fine. Any ideas? thanks!