MissingMethodException at Login

Has anyone encountered this issue

Deployed Taskvision client to pocketpc 2002 device (ipaq) and receive the following error:


MissingMethodException

Addtional message:
The Web service location is http://www.notouchdeploy.com/TaskVisionWS/
Please make sure the URL is correct.

Exception type:
System.MissingMethodException

Caller type:
PoacketVision.MainForm


Answer this question

MissingMethodException at Login

  • rwin

    I ran into similar problems when a Pocket PC app was built with a different version of the .Net CF that was installed on the Pocket PC device. Visual Studio 2003 contains .Net CF installation files; do you know what version of Visual Studio 2003 was used to install the .Net CF on the device  For example, I'm using 2292.

    I think the only way to tell the exact version you have installed on the .Net CF is to look in the registry (or reinstall the CF so you know for sure).

    Do you have the source also  Does it work if you run it through the emulator
    --
    ralph

  • Fabricio11

    It might be that PocketVision was built with a different version of the .Net Compact Framework than what's installed on the Pocket PC device. Do you happen to know what version of the Compact Framework is installed on the device
    --
    ralph arvesen

  • Al Hancq

    1.0 I believe
  • MissingMethodException at Login