No Windows CE in the OpenNETCF dll file

568 Views Asked by At

I'm developing a Windows CE app using .NET Compact Framework 2.0 and C#. I wanted to add OpenNetCF and found the repository on GitHub. However, the OpenNETCF does not have an OpenNETCF.WindowsCE namespace. Does anybody knows why it is not there? I'm aware that I can download the OpenNETCF.WindowsCE.dll separately and solve it, but I was just curious to know why it isn't added to the original OpenNETCF.dll in the first place? Thanks.

1

There are 1 best solutions below

3
On BEST ANSWER

There is OpenNetCF and SmartDeviceFramework. OpenNetCF.WindowsCE is part of SDF: https://www.pcreview.co.uk/threads/where-to-get-dll-for-opennetcf-windowsce-devicemanagement-class.3169051/

The SDF (Community Edition of OpenNetCF) is available at https://github.com/ctacke/sdf/tree/master/OpenNETCF.WindowsCE/OpenNETCF.WindowsCE

I am not sure what happens to OpenNetCF, as the old web sites are not available any more.