Deep-Dive in WinCE (5/6/7) Development with the latest Version of VS

In 2014 I posted a blog post about my way to bring Windows CE support to Visual Studio 2013.

Today we are in 2017 and there are still people that have to develop for this old platform. And I’m sure they want to use the latest Visual Studio Version.

So the most importent things for getting VS to “Talk Windows CE” are:
  1. Custom Project Flavor
  2. Debug Engines / Debug Port Supplier
  3. Remote Device Tools Framework (I used this for the deployment of the Visual Studio Output to devices)
  4. Assembly Redirecting for Forms Designer
For each point I will create a separate post that explains more or less detailed what I did and where you can find additional information.

Stay tuned… 😎

Kommentare

Beliebte Posts aus diesem Blog

WinCE 5/6/7 and WEH65 Development with VS2013

Addin Development: Add MSBuild Import to your csproj without unload and reloading the project using DTE