Search code examples
c#.netcompact-frameworkopennetcf

No Windows CE in the OpenNETCF dll file


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.


Solution

  • 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.