Do any communication libraries exsist in the CF?
Thanks!
Thanks!
Note that if you have a class library built for the full fx, you will have to rebuild it against the netcf (Smart Device Project) in order to use it on windows ce. If you have the raw code files, then add them to a netcf project and deal with the compilation errors.
Cheers
Daniel
Thanks, I'm not sure why but for some reason I can't see this is available to me, I create a Windows Mobile 5 project (Class Library) in Beta 2. Once I have that project I go to "Add Reference" to see what's available, but all I see is System.Net.IrDA
Is there a reference somehwere so I can see what's available (Hopefully for the CF 2)
Thanks!
System.Net namespace is a part of System.DLL which is already referenced in your project. Simply add using System.Net or Imports System.Net
Thanks, Thats what I had figured. Do you know if there's a way to see (or maybe there is a map somewhere) all the available namespaces for the .NET CF2? Like how could I find out if System.Text is available? (Like I know it's there cause I can type it, heck I even think it's used by default but how can I explore too see whats available to me in the Compact Framework)
Cheers
Daniel