hi!
I am working on pxa270 WinCE 6.0 amd i am loading the image through
platform builder 6.0 (VS2005) through ethernet.
My remote tools were not working so after going through several posts
i came to know that we need to copy the files.
D:\Program Files\Common Files\Microsoft Shared\Windows CE Tools\Platman
\target\wce600\armV4i\
cemgr.exe,cetlkitl.dll,cetlstub.dll,tcpipc.dll.tlcvsrv.dll to release
directory..

Then my remote tools started working.

My problem comes here..
I am running CETK through platform builder.
When i test the connection using device properties in CETK,
it says connection established...
when i try to connect then it is returning...
"Platform Manager unable to run the application"

I tried running clientside manually by giving..
Clientside /n=computername /p=5555
Then it is returning
"unable to resolve the servername"

I am i missing anything can any one suggest me regarding this..

Thanks.

Re: WinCE 6.0 remote tools issue..... by Vikas

Vikas
Mon Apr 21 23:18:27 PDT 2008

Have you added the Catalog item View -> Device Driver -> Windows
Embedded CE Test Kit to your OS design?

Cheers,
Vikas

Raghu wrote:

> hi!
> I am working on pxa270 WinCE 6.0 amd i am loading the image through
> platform builder 6.0 (VS2005) through ethernet.
> My remote tools were not working so after going through several posts
> i came to know that we need to copy the files.
> D:\Program Files\Common Files\Microsoft Shared\Windows CE Tools\Platman
> \target\wce600\armV4i\
> cemgr.exe,cetlkitl.dll,cetlstub.dll,tcpipc.dll.tlcvsrv.dll to release
> directory..
>
> Then my remote tools started working.
>
> My problem comes here..
> I am running CETK through platform builder.
> When i test the connection using device properties in CETK,
> it says connection established...
> when i try to connect then it is returning...
> "Platform Manager unable to run the application"
>
> I tried running clientside manually by giving..
> Clientside /n=computername /p=5555
> Then it is returning
> "unable to resolve the servername"
>
> I am i missing anything can any one suggest me regarding this..
>
> Thanks.

Re: WinCE 6.0 remote tools issue..... by Raghu

Raghu
Tue Apr 22 00:35:49 PDT 2008

Thanks for ur response Vikas...
Yes i added it.

I got the solution.
The Clientside application of CETK was unable to resolve the numeric
included target computer name.
i.e if target computer name is TEST123 then it is unable to resolve
the server name
then i changed it to something like TEST then it started working.

May be CETK clientside application is not expecting alphanumeric names

--Ragz...