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

[383 byte] By [codefund.com] at [2008-2-18]
# 1
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
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Sample Applications...
# 2
1.0 I believe
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Sample Applications...
# 3
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

codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms Sample Applications...