Could anybody tell me is there any way to create C# application in Visual Studio 2015 to mobile device with Windows CE 6.0 (with .NET framework 3.5 compact)?
I found SDK for VS 2008 only.
Regards, Tomasz
Could anybody tell me is there any way to create C# application in Visual Studio 2015 to mobile device with Windows CE 6.0 (with .NET framework 3.5 compact)?
I found SDK for VS 2008 only.
Regards, Tomasz
To develop for WCE6 and .NET CF 3.5 the official tool is VS2008. Install VS2008 and you will have also .NET CF 3.5 installed. No SDK is needed: just create a smart device project and select your target CF version. About your target WCE6 OS it need to have support for .NET CF 3.5.
See also Can we Create Smart Device Project in VIsual Studio 2015 Professional
Hope this helps