.NET applications sometimes doesn’t work on Windows CE
- by KZChris
Hi, I write applications for Windowe ME and CE in
C# .NET 2.0. Sometimes I’ve got problems because
applications don’t work on some navigation devices.
On Windowe ME it is not problem because .NET can be
installed from a cab, but on most Windows CE devices
it is impossible because after soft reset all changes
disappear. I found out that in most difficult cases
good solution is to put all dll-s belonging to .NET
installation cab in the folder where the application
runs and everything work well. However there are some
devices for example Navroad NR460 (Windows CE 5.0) on which none of .NET
applications work (it is funny because previous and next
version of that navigation works well). I didn’t found
on this device cgacutil.exe program.
Is this possible to force the device to run any .NET application without
installing the Windows again?
What should I try to do to check if running .NET a
applications is possible?
What conditions should be fulfilled to run easiest application
written even in .NET 1.0