Connect to Windows CE Device Without ActiveSync
- Tuesday May 25,2010 06:13 AM
- By wickasitha
- In .NET CF, New Tech, Tech news, Tips & Tricks, Uncategorized
When ActiveSync is not available, Visual Studio does not automatically copy required connectivity files to the device. Use the following steps to install these files on the device, modify the Visual Studio connection configuration, and establish device security.
The first two steps, preparing the device and Visual Studio, have to be done only once. The last set of steps, setting security and establishing the connection, must be repeated any time that you want to connect from a new instance of Visual Studio.
- Clientshutdown.exe
- ConmanClient2.exe
- CMaccept.exe
- eDbgTL.dll
- TcpConnectionA.dll
- On the Visual Studio Tools menu, click Options, expand Device Tools, and then click Devices.
- Select Windows CE Device, and then click Properties.
- To the right of the Transport box, click Configure.
- In the Configure TCP/IP Transport dialog box, select Use specific IP address, and then type the device IP address.
- Close the dialog boxes.
- If a message box prompts you to reset your device, a soft reset is sufficient.
- To set security and establish the connection
- At a command prompt on the device, run cMaccept.exe.
- Within three minutes, connect to the device.


