problem running app on windows mobile 2003 second edition device

G

Guest

I have an application I wrote that works fine on my windows mobile 2003
device. I just bouth a new device that has windows mobile 2003 second
edition. When I debug the app through VS 2003 on the device it works fine.
However as soon as I try to run the app on device after deploying through vs
2003 or installing it with a cab file it doesn't work right. The program will
start fine put when I do certain things it white screens and says I need to
install a newer version of the compact framework on the device. Both
handhelds are running the same version of the CF. Any ideas what is going on?
Thanks
 
I

Ilya Tumanov [MS]

If your application uses SQL CE or SQL Client, make sure they are installed.

These components are not the part of the NETCF and are installed separately.



As to the message you see, it's basically MissingMethod or TypeLoad
exception for a class with NETCF PKT in strong name.

NETCF assumes if method or type supposedly belongs to NETCF is missing, that's
because applications was compiled against newer version of NETCF.

SQL CE and Client have NETCF PKT, so if they are used but missing, this
confusing message will be generated.



Another possibility is incorrect installation. If that's the case, hard
reset/reinstall is recommended.



Best regards,



Ilya



This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top