How to install .Net Compact Framework on a Windows CE device

I have a handheld PC / scanner that runs on Windows CE. I put a C # program on it, but when I tried to run it, an error appears saying that I need to install the .NET Compact Framework v4.0. I tried to download files for it that I found on the Internet and run it on a Pocket PC, but nothing works. Any help is appreciated. Thank!

+3
source share
1 answer

The latest version of .NET CF is version 3.9, available only for devices running Windows Embedded Compact 2013. In older versions, you can install .NET CF 3.5 or 2.0 (3.5 is supported with CE 4.2, 2.0 of 4.0 IRRC), downloading files from the web MS site or just deploying the application from your developer's PC. What type of device are you using, do you know that you are using the version of Windows CE?

+4
source

All Articles