WINCEVS2005远程工具,不能使用ActiveSync连接的问题

现象:

“VS2005->Target->Remote Tools”打开的远程工具,当选用ActiveSync作为连接方式时,会出现如下错误:

“The Microsoft ActiveSync reported the following error: Unable to load device side components”

解决方法:出现上面的错误对话框是因为找不到目录":\Program

Files\Common Files\Microsoft Shared\Windows CE Tools\Platman\target\wce600\armV4"下的有关库和工具,而系统在安装CE6.0时,是不会生成该目录的,这也是PB6的一个BUG,所以我们要自已创建该目录,然后把"C:\Program Files\Common Files\Microsoft Shared\Windows CE Tools\Platman\target\wce600\armV4i".下的东西全部拷过来,

 或者将E:\Program Files\Common Files\Microsoft Shared\Windows CE Tools\Platman\target\wce600\armV4i下的所有文件复制过去即可。

此方法未经证实,有待考证,登记在此,以防将来须之。
本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/ok138ok/archive/2009/07/16/4355050.aspx

原文地址:https://www.cnblogs.com/xfdarm/p/1807189.html