Don't have Microsoft.Win32 on my machine !?

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

Guest

Hi,
I am trying to reference Microsoft.Win32 but can't seem to find it on my System. Any suggestions as to how I could acquire that is highly appreciated.

Thanks,
-redmond
 
redmond said:
Hi,
I am trying to reference Microsoft.Win32 but can't seem to find it on my System. Any suggestions as to how I could acquire that is highly appreciated.

Microsoft.Win32 is a namespace - there is no Microsoft.Win32 assembly.
All of the types in the Microsoft.Win32 namespace seem to live in wither
the mscorlib or System assemblies.
 
thanks.
--


mikeb said:
Microsoft.Win32 is a namespace - there is no Microsoft.Win32 assembly.
All of the types in the Microsoft.Win32 namespace seem to live in wither
the mscorlib or System assemblies.
 
Back
Top