Windows Develop Bookmark and Share   
 index > Windows Forms Sample Applications > PocketVision hangs on update
 

PocketVision hangs on update

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
MigrationUser 1  Friday, August 01, 2003 11:16 AM
I'm seeing this too.

The windows clients just ignore any updates (running 2 side-by-side to demonstrate collision handling) and the PocketVision just hangs and has to be rebooted.

Andy
MigrationUser 1  Friday, October 10, 2003 9:09 AM
The problem with the Windows Client has to do with a bug in the 1.1 framework.

See http://support.microsoft.com/default.aspx?scid=kb;[LN];818587.

Did anyone ask for this fix yet (and is willing to share it).

You can go around this problem by compiling the Taskvision client for the 1.0 framework.

Does anyone know if this is also the problem for the PocketVision version ?


Geert
MigrationUser 1  Thursday, December 11, 2003 7:13 AM
I received the bugfix for the 1.1 framework today and it solved the problem with the Windows Client (I get the conflict form now).

However the problem with the Pocket Client still exists (maybe this is an error with the CF; I also tried the CF SP1 version, but this did not solve it).

Geert
MigrationUser 1  Saturday, December 13, 2003 2:01 PM

You can use google to search for other answers

Custom Search

More Threads

• Install webservices on remote network server
• Automation interface
• Editing Vista Registry, How can we edit System Registry through C# code in Vista ?
• Problem With TextDescription Field
• Login Error
• I need help with a load button
• Provided organisms too large
• Some sort of class error
• source code download
• A modified TaskVision, secure and fast