Visual Studio - Can I debug my app on a CE device over the network

柔情痞子 提交于 2019-12-23 19:19:36

问题


I am developing an app for Windows CE with Visual Studio 2008.

If I connect the device via USB I can debug / deploy my app on the device. But on the CE device the USB connection is just presented as another network interface with a private IP.

Now I am wondering If it is possible to dismiss the USB connnection an connect over the LAN (both my PC and the CE device are on the same subnet).


回答1:


Yes it is possible, I do this at work. First you need to run IPConfig on the device and get the IP. Setup the IP in visual studio's connection properties. Next there are two executables and some files you need to copy to the device.. here this should explain

How to: Connect to Windows CE Device Without ActiveSync

Just execute those two exe's and you should be able to connect. BTW, debugging over ethernet is much faster and less buggy than activesync



来源:https://stackoverflow.com/questions/12968547/visual-studio-can-i-debug-my-app-on-a-ce-device-over-the-network

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!