LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

WMI missing assemblies

Hello, I'm trying to use some WMI classes in LabVIEW but while opening the VI I get this error:

 

WMI_GetHDModel[1].vi
  Virtuelles Instrument
    - LabVIEW hat keine Referenzen zu den folgenden .NET-Assemblies, die von diesem VI verwendet werden:
 mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
  Bitte fügen Sie die Referenzen zu diesen Assemblies über "Werkzeuge>>Fortgeschritten>>.NET-Assembly-Referenzen" hinzu, bevor Sie das VI bearbeiten.

 

(.....LabVIEW has no referencies ti the following .NET -Assemblies......)

 

 

Can someone tell me where to find the missing assemblies? What am I doing wrong?!

 

The example VI is downloaded from this thread:
http://forums.ni.com/ni/board/message?board.id=170&message.id=137092 

 

 

Thanks for help!

 

 

0 Kudos
Message 1 of 3
(2,825 Views)

Hi!

 

It seams that the .NET Assembly is not installed in your PC.

Can you access the System Manager ->  ManagementObjectSearcher when you create a new .NET Constructor in LabVIEW?

 

Or try to install the .NET Framework Redistributable and SDK:

http://msdn.microsoft.com/en-us/library/aa394582(VS.85).aspx

 

Regards

Ken

0 Kudos
Message 2 of 3
(2,794 Views)

 

Hi there

 

additionally make sure to install the .NET Framework 2.0 (the constructor node in the example is linked to a .NET 2.0 assembly)

 

Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 3 of 3
(2,789 Views)