连接Windows Phone以后不能调试Windows Mobile程序的问题
问题
如果我把Windows Phone通过Zune software链接到PC上,然后再连接Windows Mobile。如果我想使用Visual Studio 对Windows Mobile进行调试,会出现下面的错误信息。
5>All attempts to connect to the deployment target at port 5655 have failed. Addresses attempted:
5> 127.0.0.1.
5>The device security configuration may have disallowed the connection. Ensure that you have the appropriate certificates on your device for development. Review your SDK documentation for proper security settings for connecting to this device.
5>
5>Connect to device failed.
我想Zune software和ActiveSync底层使用了同样的技术,例如socket,而且使用了同样的端口号。
解决方法
先连接Windows Mobile,然后再连接Windows Phone,这样就能够调试Windows Mobile的程序了。而且我试过可以同时调试Windows Phone的程序,顺序很关键。可是我重新启动Windows Mobile的调试又不行了,提示下面的错误信息。一山不能藏二虎。
Unable to start program 'WindowsMobileProgram.exe'
An existing connection was forcibly closed by the remote host.
作者:Jake Lin(Jake's Blog on 博客园)
出处:http://procoder.cnblogs.com
本作品由Jake Lin创作,采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。 任何转载必须保留完整文章,在显要地方显示署名以及原文链接。如您有任何疑问或者授权方面的协商,请给我留言。
出处:http://procoder.cnblogs.com
本作品由Jake Lin创作,采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。 任何转载必须保留完整文章,在显要地方显示署名以及原文链接。如您有任何疑问或者授权方面的协商,请给我留言。