Thanks for your prompt reply.
You are right... sorry for not being more clear on my problem.
RE: "old" version: I'm not sure where to find out what version of the "old" desktop comms lib I had before... looking in the AssemblyInfo.cs I see this line:
[assembly: AssemblyVersion("2.8.*")]
Also, in changelog.txt the most recent entry reads:
Changelog for:
OpenNETCF.Desktop.Communications.RAPI
------------------------
Apr 19, 2004 - Chris Tacke...
hopefully that will give you an idea of the version I have.
RE: "provide any exception details ":
I am not getting an error message but instead for my WM 6.0x device the
m_activesync.Active
event never fires after cradling the device is cradled (but it does fire when I cradle my PPC 3x device). Where m_activesync is defined as:
Private WithEvents m_rapi As RAPI
Private WithEvents m_activesync As ActiveSync Me.m_rapi = New RAPI
Me.m_activesync = m_rapi.ActiveSync
I have not tried to use the latest version - and was hoping to avoid it unless the version I have is just flat out incompatible...