Developing end deploying .NET application on CE6.0

bargaclau
Hi,
I've builded and installed a WinCE6.0 image on my 2440, following this
suggestions:

http://www.friendlyarm.net/forum/topic/203?lang=en

it works fine! ( thanks Clemente for the italian guideline!!)

Then I tried to develop and deploy an application written in C#, and here
I've found some problems.

1) About the deploy, the problem could be that the CE image builded has not
activeSync installed, but I'm not sure. I've tried to create a new image
using the platform buider, but I always get some little errors. Could it be
that I'm using VS2005 Standard (licensed) instead of the professional?

2) Also when I try to execute directly in the 2440, using a SD card, I
cannot launch any application, even if I put the dll in the same folder.
Could it be (as before) that the image has not Framework2.0 inside?

Any suggestions would be appreciated!! 

Thanks,
Claudio

pilamaster
Hello.
1) Don't know.
2) If you want to run on WinCE applications wich was created with .NET
Framework you MUST install .NET Framework runtime on device, you can find
cab files via google to install directly from SD card, without ActyveSync.
Or you can download installer from microsoft.com, unpack it and find
package you need.

Killerwatt
Another approach:
CE seems to work only with shortcuts.
The environment variables are empty.
Even by itself, so applications can not be readily mapped.
Perhaps it is indeed that.

Vitalii
1) Have you installed ActiveSync Drivers on your development machine

bargaclau
Thanks everybody,
I have installed activeSync on my developement machine,and on the device
there should be the CF, but I was developing with vs2005...it should be the
problem! In any case I'm installing VS2008 complete,then I'll try.

But the most intersting feature is the fact that CE works only by
shortcuts. I completely ignored it. I'll try as soon as possible.

Thanks again,
Claudio