Click to See Complete Forum and Search --> : WMI & .Net


johnwe
May 10th, 2001, 10:46 AM
Has anyone tried to Instrument their applications with WMI yet? I tried to follow use the samples form the help but they didn't work. I've modified them a little to get them to compile but I'm still having a proble.

Every time I try to fire an Event, I get an exception indicating that that "This assembly has not been registered with WMI"

Do we still need to use the MOF compiler with .Net? It appears that we don't by reading the documentation...


System.Management
Instrumentation
WBEM
DMTF
CIM Repository
CIMOM
[InstrumentedClass]

AndyJ
May 11th, 2001, 10:23 AM
I have recently done so work with C#, WMI and Biztalk. In particularly looking a Biztalk queues via WMI. I had very few problems getting the code to run???

AndyJ