I'm having this issue too. It was working fine, when I load the VisualCron Client - it connects and shows me all 62 of my jobs. However, my app which had been showing the jobs now comes back with 0 jobs.
I've tried adding a Sleep(1000) in between the connect and the request and that didn't do the trick.
I tried adding an event on the DelegateOnConnected() and that didn't do the trick - it did fire, but I still got 0 jobs.
Does the VC app use these API DLLS? If not, can we have access to the actual calls that are being made?
I'm trying to put something together that will eventually feed a Sharepoint Portal and I need to have this stuff be reliable.
I pulled the DLLs out of my references, deleted them from my debug directory and re-added them and rebuilt and still no cigar.
I wish I could say it was after I added the event that it started to go in the crapper, but it was happening before that. I rebooted and that did the trick, but obviously that's not a long term (or short term for that matter) solution. :)
I'm using the latest and greatest version of the program and VS 2005 SP1.
I'm running on Vista Business Edition if that matters. (I hope not).