Hi All,
When I add:
using System.Management;
It can't pass compiler:
Error 1 The type or namespace name 'Management' does not exist in the
namespace 'System' (are you missing an assembly reference?) C:
\Documents and Settings\pro-user\Local Settings\Application Data
\Temporary Projects\mac address\Form1.cs 8 14 mac address
I am using C# express, does it not support System.Management;? Thank
you very much!
Best regards,
Boki.
Göran Andersson - 23 Jul 2007 07:21 GMT
> Hi All,
>
[quoted text clipped - 13 lines]
> Best regards,
> Boki.
You need to add a reference to system.management.dll.

Signature
Göran Andersson
_____
http://www.guffa.com
Boki Digtal - 23 Jul 2007 08:32 GMT
On 7 23 , 2 21 , G?ran Andersson <gu...@guffa.com> wrote:
> > Hi All,
>
[quoted text clipped - 19 lines]
> G?ran Andersson
> _____http://www.guffa.com
Works. :)
Thanks!
Boki.