Problem of VS2003 app for WINCE4.2

  • Thread starter Thread starter ustcpanda
  • Start date Start date
U

ustcpanda

Hi,I have a c# project with .netcf1.1 in vs 2003, and the app.exe runs
properly in Windows XP, but when i tried to run it in PB4.2 's
Emulator, the app.exe didn't give any response. I have added netcf1.0
from catalog of PB4.2 to my platform's features. Is it the problem of
netcf's version? Can I update it to netcf1.1 in the catalog in any way?
 
Hi,I have a c# project with .netcf1.1 in vs 2003, and the app.exe runs
properly in Windows XP, but when i tried to run it in PB4.2 's
Emulator, the app.exe didn't give any response. I have added netcf1.0
from catalog of PB4.2 to my platform's features. Is it the problem of
netcf's version? Can I update it to netcf1.1 in the catalog in any way?
There is no .NET CF 1.1, it is just 1.0 (with SP1-3). Make sure to start
with a smart device project in Visual Studio 2003. Even with no service
packs, your app should have given any response. To find out if .NET CF is
installed properly, run CGACUTIL on your device/emulator.

Marc
 
There is no .NET CF 1.1, it is just 1.0 (with SP1-3). Make sure to start
with a smart device project in Visual Studio 2003. Even with no service
packs, your app should have given any response. To find out if .NET CF is
installed properly, run CGACUTIL on your device/emulator.

Marc

Hi Marc
Thanks for your useful advice. I will rebuild an app in a smart device
project.
 
Back
Top