Debugging Windows CE Device from Windows 10 with Visual Studio 2008

I upgraded from Windows 7 to Windows 10 this week. I develop compact framework software for mobile devices (Windows CE7, Windows Mobile eg). I use Visual Studio 2008.

Now I get the error: "error connecting to device" (Device Connectivity Component).

Windows Mobile Device Center is running and the device shows up in my explorer. Any hints?


I figured out my problem:

In Visual Studio 2008 you can choose between "Windows Mobile 5.0 Pocket PC Device" and "Windows Mobile 5.0 Pocket PC Device R2"

I had to choose "R2" and then it worked for me.


In case it helps somebody else, I was using Visual Studio 2008 on Windows 10 and trying to connect to a Windows CE 5.0 device and was having the same problem.

The device was being detected by Win 10 and I could browse its file system from my PC etc, but VS2008 was failing to connect with a message:

ActiveSync bootstrap initialization failed. Please connect/cradle a real device or download the User-level Windows Mobile Device Center Application from...

In the end I got it working by manually installing Windows Mobile Device Center 6.1 (there's also a 32 bit version)

链接地址: http://www.djcxy.com/p/53658.html

上一篇: 从程序集中读取嵌入文件

下一篇: 使用Visual Studio 2008从Windows 10调试Windows CE设备