CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: WMI & .Net

  1. #1
    Join Date
    May 2001
    Posts
    1

    WMI & .Net

    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]



  2. #2
    Join Date
    May 2001
    Posts
    1

    Re: WMI & .Net

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured