Hi,
I have a program writen in C# Visual studio.net 2005. Can I run this program on a Handheld that run winCE.net 4.2 OR the handheld need to be with winCE 5.0 or Mobile 5.0
Jeanet
Hi,
I have a program writen in C# Visual studio.net 2005. Can I run this program on a Handheld that run winCE.net 4.2 OR the handheld need to be with winCE 5.0 or Mobile 5.0
Jeanet
wince 5.0
bxs122
if your program is in C# .NET 2.0 then yes it will work with wince5.0 (Windows Mobile 2005) and Windows CE 4.2 (if you install .NET CF 2.0 with SP1)
if your program is in C# .NET 1.0 it will be able to work in WinCE4.2 if you install .NET CF 1.0 SP3 I believe
http://www.microsoft.com/downloads/details.aspx familyid=7bf313b9-71ed-4e15-ad6e-315dae6faf9f&displaylang=en
malc_s
Windows CE 5.0 supports .NET compact framework 2.0, but currently Windows CE 4.2 does not. It is currently in progress with the recent release of Service Pack 1 for the framework. If your application is written in .NET 1.0 then it should work, otherwise you will have to wait for the update to the service pack.
danflu
Thank you.
It means my program(in C#.net2005) can work with wince5.0
How about if my program is in C#.net2003, can it work with wince 4.2
Boman
The service pack has been released already last week or so I believe.
http://www.microsoft.com/downloads/details.aspx FamilyID=0C1B0A88-59E2-4EBA-A70E-4CD851C5FCC4&displaylang=en
It also states that it supports Windows CE 4.2
Remember you cannot create applications for the mobile platform if you have the express editions of Visual Studio 2005