分类: 嵌入式
2010-09-21 19:29:55
Author: Nathan Jin
Welcome to sinodragon21.cublog.cn
1. Check the OS version of the windows phone 7 device.
a) [Phone] Settings->about
b) On “about” page, click “more info” button
c) You’ll see OS version: 6527.Mainline.
2. Check the WPDT release version which your debug IDE is.
E.g. WP7 WPDT 6541
Conclusion:
Ø If the previous two version numbers are not identical. Debugging on device will fails. You can either update the firmware(use “updatewp /ffu flsclean.ffu”) of your phone device or backward your WPDT to “WPDT 6527”.
Ø If the previous two version numbers are identical. Debugging on device will succeeds.