Hi,
In my VB.net 2003 I am using System.Management class to get drive info like DriveVolumeSerialNo. But I not found "System.Management" class in .net 2.0.
I am using VB.net Express 2005
Thanks
parminder Singh
Printable View
Hi,
In my VB.net 2003 I am using System.Management class to get drive info like DriveVolumeSerialNo. But I not found "System.Management" class in .net 2.0.
I am using VB.net Express 2005
Thanks
parminder Singh
add a reference to System.Management by selecting "Add Reference" from the Project menu. In the .NET tab, scroll down to System.Management, and add that reference. You will then be able to use the classes in the namespace
Do you have System.Management.dll in your project references?
Thanks both of you.
After adding refference it can be "Imports"
I am using VB.net Express 2005. When I open the Help of it, there is no listing for this namespace. Is "help" is less with express edition of VB.Net ?
Is there more posibility for less documentation for some other topic >
Thanks
Parminder
that I am not sure of.. you can always use the MSDN, which has full help documentation as well...
I can tell you that in the full version of visual studio 2005, the help info on that namespace is present.. I don't have express though... so I couldn't tell you if its limited in there.
Thank you kleinma for your prompt help.
Parminder