Again, not very sure I'm being helpful here, so please tell me if I'm not!
I'm interested in your observation that the vCard Name property goes off and uses static methods from the public RemoteControl class. Given the scheduler code appears to be running on a separate thread, I was wondering if these static methods would be safe to call from it. As I say, don't know enough but it feels like some interesting scenarios could occur with the core service making use of RemoteControl while the scheduler tries to come in and get some information (and hangs). It certainly feels like it is hung waiting on a resource.
Anything I can do to better assist, let me know. If there are some simple instructions I could follow to build my own copy of binaries and tinker, I'd happily give it a crack.
I'm interested in your observation that the vCard Name property goes off and uses static methods from the public RemoteControl class. Given the scheduler code appears to be running on a separate thread, I was wondering if these static methods would be safe to call from it. As I say, don't know enough but it feels like some interesting scenarios could occur with the core service making use of RemoteControl while the scheduler tries to come in and get some information (and hangs). It certainly feels like it is hung waiting on a resource.
Anything I can do to better assist, let me know. If there are some simple instructions I could follow to build my own copy of binaries and tinker, I'd happily give it a crack.