Hello guys ! I've found on the internet a lot of confusing information ( some information are negating others :-/ ). So basically : If I upload image of Windows CE 6.0 I'm ready to start develop apps in using .net framework ( compact one ) ? Does Windows CE 6.0 has this framework "in standard" ? Part say yes , and others say no ... So what's the truth ? Help ! :)
Windows CE 6.0 and .NET framework
WinCE6 support CF3.5, when ever you deploy your app with VS it will install all the necessary CF. If you deploy your app using different method, like SD card transfer, FTP, ... than just make sure to instal CF3.5 from the "C:\Program Files\Microsoft.NET\SDK\CompactFramework\v3.5\WindowsCE" or where ever yours is located, NETCFv35.wce.armv4.cab . VS2008 works really great debugging and testing app's. Personally I love C#.
Hello , once again ! Could you please explain once again ? Indeed I have NETCFv35.wce.armv4 file in the folder that you mentioned. But what do I have to do with it ? Instal on my PC? Thanks ! Greetings !
Hi I also would like to know how to deploy my program using visual studio in such a way that it stays on the device. Currently it will be there till I restart. Regards Christiaan
Christiaan when you create your project under VS, you select "Smart device" project then the framework and when tou run your programm, you select the board 6410 .. ( actyvesync need to be connected to the board) regards phil
Put NETCFv35.wce.armv4 on SD card, move it to board, run it. Info might be confusing about it being included or not because it is defined when the image is created. When you build the WinCE image you can select to include .NetCF and you can select which versions to include.