.exe works
Thanks for all the replies.
So far what's working:
I copied Clock.exe to the device. It worked
I copied a simple test program with one form and one control on it in .exe format. It worked
So far NOT working:
I made a .cab file using setupBuilder with the above mentioned .exe files.
When I transfer .cab file to the device (ce5.0). The error msg still says 'it's not compitable with current operating system'. BUT, the installed program works
I made a test program with http lib. Works on desktop. Made a .exe, copied to device. it caused a 'PlatformNotSupportException' error. I believe it's due to lib is not installed correctly.
So I made a .cab file. Tried to install but still get the operating system not supported msg. And installed program still cause ''PlatformNotSupportException' error.
Thanks for all the help from you guys so far.
Tony