Crono
Crono

Reputation: 10478

Developing for legacy Windows Mobile OS under Windows 10

I was about to migrate to Windows 10 when I got a message saying that Windows Mobile Device Center app would be removed. This got me cancelling the whole thing, as I still need it (or at least I think I do need it) to debug / deploy an application on Motorola MC90XX devices, running Windows CE 5.2.

The app is written in for .NET CF 3.5.

I'm contemplating migrating to Windows 10 anyway and install Windows 8.1 as a virtual machine, on which I could install both WMDC and Visual Studio 2008.

Before I go ahead and take the time to do all this, I would like to know: has anybody successfully managed to setup such a working environment for development? Any caveats I should be aware of?

Upvotes: 2

Views: 576

Answers (2)

Jason
Jason

Reputation: 1

Please view the answers in this thread as I had the same problem: https://stackoverflow.com/questions/43394045/windows-mobile-device-center-stops-working-after-windows-10-1703-upgrade#=

TLDR: *"After install, you must right click on Start, and then click on Computer Management > Services & Applications > Services. Scroll down to right-click on "Windows Mobile-2003-based device connectivity" to select Properties > Log On. Switch to "Local System account" with checking "Allow service to interact with desktop" then click OK.

On the handheld, tap on Start > Settings > Connections > USB to PC icon, uncheck the “Enable Advanced Network Functionality” checkbox, tap OK, and then connect the cable."*

Upvotes: 0

Crono
Crono

Reputation: 10478

So after a few months working with VS2008 in Windows 10 I can safely say that it is possible to develop for Windows CE 6 and prior with this setup. I haven't met any serious issues preventing me to work efficiently.

Upvotes: 1

Related Questions