Hi
I just converted my Application from using Windows C.E 4.1 to Windows C.E 5.0 on the Framework 2.0 and my App is complaining about Opennet reference. I reckon i'm using old version of opennet.
Does anyone know whether CE 5.0 has the same functionality as opennet.
Check Network adapters on the device.before i can send stuff over to the pc i want to check whether the device is connect via USB.
I would appriciate it if someone could help.

C#, problem checking Whether device(Windows C.E 5.0) is connect via USB
Jonas.S
This will help to find out how whether this is now supported by the .NET CF 2.0.
birdman82
I feel your pain, it feels like I'm working in a cave when I use the Compact Framework, but unfortunately I don't personally know of anything open source that offers this functionality. it's too bad opennetcf isn't truly so open anymore.
ron2464
NickoM
No, none of the classes you're using are now supported by the .NET CF 2.0 - and I'm not aware of any other free library providing the same functionality.
Check with OpenNETCF whether your're allowed to integrate parts of the SDF 1.4 in your app. Their newest license might not allow this.
If you are allowed to do so - port the classes you're using to .NET CF 2.0 yourself.
Michael
sooraj
Hi All
thank you for taking your to reply to my problem,
here's a list of class that i'm using on opennetcf
1.OpenNETCF.Win32.Win32Window
2.OpenNETCF.Net.Adapter
3.OpenNETCF.Net.Networking
thanks
IchiTheKiller77
are you talking about opennetcf you'll still need that framework, all that nifty C++ functionality is still not exposed as managed code yet in 5.0.