Deploy Smart Device application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The test smart device application deploys on Windows CE .NET Emulator but
I am unable to connect to smart device for deployment.

The device I have is Fujitsu Processor Intel PXA250 with CE .NET 4.1
I do use Active Sync and Access Point to run Web Application successfully.

Device Options ->
Device Name - Windows CE .NET Device
Transport - TCP Connect transport
Startup server - ActiveSync Startup provider
Configure - Obtain an IP address automatically
On Connect button "Cannot establish connection. Be sure the device is physically connected to the development computer.

I have the device talking to access point and I can ping the device from development computer.

What am I missing?
 
Check if your device image contains toolhelp.dll
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/faq/default.aspx#11.3
For general connectivity issues see
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/faq/default.aspx#11.0

Seshadri said:
The test smart device application deploys on Windows CE .NET Emulator but
I am unable to connect to smart device for deployment.

The device I have is Fujitsu Processor Intel PXA250 with CE .NET 4.1
I do use Active Sync and Access Point to run Web Application successfully.

Device Options ->
Device Name - Windows CE .NET Device
Transport - TCP Connect transport
Startup server - ActiveSync Startup provider
Configure - Obtain an IP address automatically
On Connect button "Cannot establish connection. Be sure the device is
physically connected to the development computer.
 
Thanx Alex, for the pointers

The device had the toolhelp.dll. I still do not know the device architecture, from the file size of toolhelp.dll I assumed it should be ARMv4i. When I chose this device, it set me up for ARMV4T. (VS.net->tool->"Select Windows CE Device CPU"

That is it, I was able to deploy the "Smart Device Application

Thanks
Seshadr
 
Back
Top