WINCE6.0 远程工具,不能使用ActiveSync连接的问题

时间:2022-09-05 17:50:35

    现象:“VS2005->Target->Remote Tools”打开的远程工具,当选用ActiveSync作为连接方式时,会出现如下错误:“The Microsoft ActiveSync reported the following error: Unable to load device side components”

    解决:

    微软的解决方法:

找不到 "C:\Program
Files\Common Files\Microsoft Shared\Windows CE Tools\Platman\target\wce600\armV4". 下面有关的库和工具

所以应该添加这个目录文件:"C:\Program Files\Common Files\Microsoft Shared\Windows CE
Tools\Platman\target\wce600\armV4"

然后把"C:\Program Files\Common Files\Microsoft Shared\Windows CE
Tools\Platman\target\wce600\armV4i"下所用的内容复制到armV4下面。

最后随便打开一个remote tools ,添加一个设备,transport 和 startup都选用activesync. 连接就好了!

注意是把armV4i下面的东西复制到armV4下,,上面的c盘符是在安装目录盘符下,但我由于之前在f盘下装了wince5.0,后面又在e盘下安装了wince6.0,在e盘下找不到上面这个路径,而是在f盘下找到了,修改后,一切正常能用了。