Reputation: 5276
I am a windows UWP developer. I am currently using VS 15 update 3 along with windows 10 OS on my machine.
I want to create a windows CE based Navigation system for my car.
Guidance would be a great help.
Upvotes: 1
Views: 2941
Reputation: 1668
The latest (and, in all likelihood, last) version of Visual Studio to support CE 5.0 and 6.0 is Visual Studio 2008, which does run on Windows 10.
Getting your hands on a copy of VS2008 may not be easy though; an MSDN subscription albeit expensive would enable you to download it, or you could try and get it off eBay (assuming the license terms allow this, of course...)
CE 5.0 and 6.0 support .NET Compact Framework 2.0 and 3.5, but not the full .NET framework used on Windows PC's.
Just for completeness, CE 5.0 supports .NET CF 1.0 as well.
Upvotes: 3