카테고리 없음 2011. 4. 21. 14:42

ActiveSync 없이 CE Device에 연결하는 법.

출처 : http://msdn.microsoft.com/en-us/library/ms228708(v=vs.80).aspx

 

VS2005를 이용하여 개발을 진행할 때 타겟 디바이스에서 active sync를 지원하지 않으면 곤란 한 경우가 많다.

  • Clientshutdown.exe

  • ConmanClient2.exe

  • CMaccept.exe

  • eDbgTL.dll

  • TcpConnectionA.dll

이러한 파일들이 필요하며 “\Program Files\Common Files\Microsoft Shared\CoreCon\1.0\Target\wce400\<CPU>.” 에 있으며.

conmanclient2.exe를 실행시키고 cmaccept.exe를 실행시키면 된다.

cmaccept.exe는 HLKM\System\CoreConOverrideSecurity = 1 을 바꾸어 주면 실행시키지 않아도 된다.

 

VS2005에서의 세팅은

  1. On the Visual Studio Tools menu, click Options, then click Device Tools, and then click Devices.

  2. Select Windows CE Device, and then click Properties.

  3. To the right of the Transport box, click Configure.

  4. In the Configure TCP/IP Transport dialog box, select Use specific IP address, and then type the device IP address.

  5. Close the dialog boxes.

    A message box might appear prompting you to reset your device. If so, a soft reset is sufficient.

하면 된다.

 

참 쉽죠잉~~

-마음가는 길은 곧은 길-