running VisualStudio CF3.5 apps on WINCE
Posted
by marc
on Stack Overflow
See other posts from Stack Overflow
or by marc
Published on 2010-03-04T21:14:00Z
Indexed on
2010/03/25
12:43 UTC
Read the original article
Hit count: 616
Hi,
I am trying to write a program for a chinese PNA device with wince 5.0. But everytime I write a simple program in VS8 with C# and 'deploy' it to my device it just doesn't run. First it complains about disposing an object call menu, although I don't want an menu but VS8 just creates one for me. If I delete the menu from the form the program gives an exception. I installed a program call MIOPocket on the PNA with has powertoys some games and MS media player. It also creates a directory .net framework 3.5 so I known 3.5 is installed and must be working. But I think I am missing something. I am also not sure what to choice as target device ; windows mobile or WINCE. If I click the .exe file under win7 it works but under wince its a no go.
Maybe someone has a clue what is going wrong ?
© Stack Overflow or respective owner