I made the Image for the eBoxII with Platform Builder as explained in the tutorial and it's running very well. I followed all the stpes from the .pdf tutorial that came with the eBoxII and all went fine... untill I wanted to deploy an application made in VS 2005 Pro (from MSDN AA) to my eBoxII. (I have also watched all the videos, and I didn't make any mistake).
So I have my eBox with my WindowsCE image running, with all the features needed included (also ActiveSync, .Net Compact Framework 2.0, etc... everything needed!)
I have the Conman2CLient.exe and the cMaccept.exe running on the device (eBoxII).
I issued the command : s ipconfig /d to see the ip of the eBoxII device.
I installed the SDK for the new Windows CE image.
I have confingured the IP for the device.
I made a simple “Hello from Button” application in VS 2005 Pro (from MSDN AA)
But.. when I try to “Connect to Device” from VS 2005 it says... “Error: ActiveSync not installed”.
So.. why can't I put my application on my eBoxII?
P.S. About C# and Windows CE.... for example... the class System.Environment is much different from the one in sample Windows Application for windows XP. So we need info for Windows CE and .NET!