|
Hi there,
I've installed TaskVision and it seems to be working fine. I've also downloaded and installed PocketVision on my PocketPC 2002. Everything seems to work well <i>except</i> when I try to synchronize changes when there is at least one conflict.
When PocketVision calls the UpdateTasks function, it hits the web service, runs through the code there, then returns the dataset. For some reason the code execution never returns to PocketVision. public DataSetTasks UpdateTasks(string ticket, int projectID, DataSetTasks dsTasks) { object[] results = this.Invoke("UpdateTasks", new object[] { ticket, projectID, dsTasks}); // <-----This line invokes the web service but never returns. return ((DataSetTasks)(results[0])); } Has anyone exprienced and /or fixed this problem?
Thanks in advance Joel |