LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error loading lvStorage.dll

After I tried to restart and reinstall labVIEW, this error continue occurring. The 'write to mea files' VI cannot be opened. I checked the path of  lvStorage.dll,  "C:\Program Files (x86)\National Instruments\LabVIEW 2021\resource\lvStorage.dll". It is in the original location. I don't know why other functions cannot locate this library and how to specify the location of this library. 

''The library specified for this node cannot be found or loaded. Right-click the Call Library Function node and select Configure, then choose the correct library name or path.''

I tried to configure it, but I cannot even find the button 'configure'.

Is there someone have the same issue? Can someone please help me?

 

0 Kudos
Message 1 of 4
(922 Views)

Are you using 64bit LabVIEW?

 

George Zou
0 Kudos
Message 2 of 4
(899 Views)

No. I'm using 32bit LabVIEW, community version, 2021SP1

0 Kudos
Message 3 of 4
(877 Views)

> ''The library specified for this node cannot be found or loaded. Right-click the Call Library Function node and select Configure,

> then choose the correct library name or path.''

> I tried to configure it, but I cannot even find the button 'configure'.

 

To configure a CLFN (Call Library Function node), you need to "Right-click the Call Library Function node" on the block diagram and "select Configure" on the menu.  Configure is a menu item, not a button.  These steps are same for any CLFN.

But you can't even switch to diagram because this VI is not a normal VI.  It is an express VI.

 

Your options:

1. Use other Storage/DataPlugin VIs

2. Convert this VI to normal VI, then you can configure the CLFN on the diagram.  But this convert is irreversible!  To convert, right click the VI, on the menu, select "Open Front Panel".

3. Mess Compile Storage VIs.  From any VI's menu bar => Tool => Advanced => Mass Compile...

4. Re-install

 

George Zou
0 Kudos
Message 4 of 4
(855 Views)