T
tim.boon
Below is some C# code that I am using to try and access the network
adapter GUID in the registry:
string
key = @"SOFTWARE\Microsoft\WZCSVC\Parameters\Interfaces\" +
this.adapterGuid.ToString("B");
However, I am getting the following error message: "Does not contain a
definition for the adapterGuid ". Is this because I need to specify a
specific class to be able to use "this.adapterGuid"?
Thanks,
adapter GUID in the registry:
string
key = @"SOFTWARE\Microsoft\WZCSVC\Parameters\Interfaces\" +
this.adapterGuid.ToString("B");
However, I am getting the following error message: "Does not contain a
definition for the adapterGuid ". Is this because I need to specify a
specific class to be able to use "this.adapterGuid"?
Thanks,