How to include namespaces that are not shipped with C# express.

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

Guest

Is there a way to 'download' any particular namespace that is not shipped C#
express? I want to access System.Net.IrDA namespace.
L. A. Jones
 
| Is there a way to 'download' any particular namespace that is not shipped
C#
| express? I want to access System.Net.IrDA namespace.
| L. A. Jones

This is not a namespace, it's an assembly included with VS2005 professional
ed. and up. If you want to use it from the express SKU's you will have to
download the SDK like I replied in another posting of yours. Also note that
this is a namespace/assembly is for mobile devices only (Windows CE
devices), not usable in desktops and server versions of Windows.

Willy.
 
Thanks. additionally, if I want to list all devices (non mobile) on my
computer, how what functions would I need to call?
 
Back
Top