Hi All
I pasted the following code from web to editor
Imports System.Management
Public Class HandleObjectReady
Private complete As Boolean = False
Private obj As ManagementBaseObject
End Class
ManagementBaseObject is contained within namespace of System.Management and I had imported the right namespace, but the editor tellls me "Type ManagementBaseObject is not difined"

How could it be?:moody:
I pasted the following code from web to editor
Imports System.Management
Public Class HandleObjectReady
Private complete As Boolean = False
Private obj As ManagementBaseObject
End Class
ManagementBaseObject is contained within namespace of System.Management and I had imported the right namespace, but the editor tellls me "Type ManagementBaseObject is not difined"

How could it be?:moody: