Re: conmanclient2.exe error



Well, you can look up 0x8007007e using Error Lookup in VS2005 (Tools menu).
It's module not found. That indicates to me that you didn't copy all of the
Connection Manager files *to a place in the loader path* on the device.
Where *did* you copy them?

Paul T.

"Andrew" <Andrew@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:03FAF598-9FFB-4AEF-AEC9-C8DCD260C901@xxxxxxxxxxxxxxxx
I'm writing app on Casio DT-X7 running Win CE 5.0, using VS 2005 and CF
2.0.
As activesync 3.8 is not an option, I choose the "ActiveSync-less"
approach(http://msdn.microsoft.com/en-us/library/ms228708.aspx).

When launching the conmanclient2.exe, it exits with the following error
(pasted from the error log file):


daa77ca6:da2ad142: Time: 9:54:59 PM: Enter: WinMain Command Line
/transport:tcpconnectiona.dll /property:port=5655 /id:Con
daa77ca6:da2ad142: Time: 9:54:59 PM: PrimaryInstance Specifies Transport
daa77ca6:da2ad142: Time: 9:54:59 PM: startListening transport
tcpconnectiona.dll
daa77ca6:da2ad142: Time: 9:54:59 PM: startListening loadTransportLoader
hr=8007007e
daa77ca6:da2ad142: Time: 9:54:59 PM: DisconnectAllConnections
daa77ca6:da2ad142: Time: 9:54:59 PM: Exit DisconnectAllConnections
daa77ca6:da2ad142: Time: 9:54:59 PM: startListening
ReleasePowerRequirement
daa77ca6:da2ad142: Time: 9:54:59 PM: startListening CloseMsgQueue
daa77ca6:da2ad142: Time: 9:54:59 PM: startListening Deleting critical
sections
daa77ca6:da2ad142: Time: 9:54:59 PM: unloadTransportLoader
daa77ca6:da2ad142: Time: 9:54:59 PM: unloadTransportLoader result
daa77ca6:da2ad142: Time: 9:54:59 PM: startListening HR=80070057
daa77ca6:da2ad142: Time: 9:54:59 PM: Exit: WinMain HR=80070057


Does anyone know what is "startListening loadTransportLoader hr=8007007e",
and how to fix it?


.