I'm just wondering if a regular desktop .NET app can be easily ported to CE.
Supposedly .net should be platform independent, so my assumption is that an app can be developed for win xp/7 .net and just copied to the mobile device, and except for any visusal discrepancies (resolution and so on) I expect it to work.
However: it doesn't!
If I copy a regular .net 3.5 app to my mobile device it gives an error about a missing assembly (Forms 2.0.0). I installed .net compact framework on the device, so I'm kind of lost.
I'm using Visual Studio 2008 Express and I'm aware that there is no official support for mobile device development. But I don't need a debugger and I don't need WYSIWYG development.
Any way to get it to work?
Thanks!