Debugging a winMobile application on a remote device (PDA, ARM) from Visual Studio

Hello!

I have several PDA (windows mobile) for testing my application. One of them is the HTC Touch Dual, and it has several debugging errors . There is another ARMv6 device that I can use, but it is far away. Therefore, I cannot use a USB cable, but I can use TCP / IP (Internet, not an intranet).

Do you know how I can connect to a remote window of a mobile device to debug an application on it?

We tried different ways, and now we know this:

  • ActiveSync is bad. It disconnects all external connections to the device, and it is impossible (or just do not know how) to remotely debug the device when connected via ActiveSync.
  • We created a VPN, a connected device via Wi-Fi to a remote PC, and also configured routes to the device so that they are accessible through a VPN. In this step, the device can be connected without ActiveSync ( MSDN ) from Visual Studio on the remote PC. But the connection to Visual Studio on my PC is not available - "the device is not ready." I can ping the device, but I cannot connect it from Visual Studio.

I checked the following things:

  • dual version versions for connecting without using ActiveSync, as mentioned in the MSDN article above
  • routers / firewalls are not blocking anything.
  • device is ready for debugging
  • , - 1 , 2

, VPN PDA ActiveSync , - . , :)

:

  • , , winCE?
  • " VPN" , ?

.

+5
1

CoreCon... , Microsoft EVC Visual Studio, Manager CoreCon.

C:\Program Files\Common Files\Microsoft Shared\CoreCon\1.0\Target\wce400 [targetarch].

ConmanClient2.exe, CMAccept.exe, , TCP/IP- IDE.

CMAccept.exe HKEY_LOCAL_MACHINE\System\CoreConOverrideSecurity = DWORD: 0x01.

CoreCon IDE " " / "" / "" / "" / " IP-". IP- .

CoreCon EVC - . , ActiveSync, !:)

+8

All Articles