LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

lvStorage.dll is Not added in Dependences list.

It’s so curious your project is working fine in my computer. The lvStorage.dll is showing in the dependencies list.


Since “lvStorage.dll” is missing in your computer, does the MDF.vi can be run without error alone?
If yes, please go ahead with the following steps.
1. Create Application(EXE)

app.png
2. Create installer (please include NI USI manually as we discussed above)

install.png
3. Build All

build.png
If the installer is build successfully, please check whether the installer work in other PC.

0 Kudos
Message 11 of 17
(609 Views)

Yes, I can Run my VI without any error even though storage.dll is not present in my Project. Because lvStorage.llb is adding to my Dependencies list.

But, when I’m creating Installer in checking in other PC then its giving Error (Error Code 2564).

FYI, I did same installation process many times.

Munna
0 Kudos
Message 12 of 17
(596 Views)

1. error -2564 represents that the file format can’t be supported on that computer, so could you check whether MDF DataPlugin is installed in other PC? If not, please install it.
2. I don’t know what you mean about “storage.dll is not present in my Project. Because lvStorage.llb is adding to my Dependencies list”.
The “lvStorage.dll” is included in dependencies list in my computer as following. Does your project have the same behavior?

dll.png

0 Kudos
Message 13 of 17
(590 Views)
  1. I installed my Standalone application in other PC. I have not yet installed MDF Data Plugin. I think it will add in my project when we create Installer.
  2. In Project list just showing vi.lib in my dependencies list. It’s not showing “lvStorage.dll” but my VI is Running without any error.

 

In Development PC I installed MDF data plugin.

 

MDF.JPG

 

Munna
0 Kudos
Message 14 of 17
(585 Views)

The MDF DataPlugin isn't added in the project when you create installer. So please install MDF DataPlugin in other PC and then try your application again.

0 Kudos
Message 15 of 17
(576 Views)

I don’t want to install separately.

Is there is any way to add MDF Plugin to my installer??

Munna
0 Kudos
Message 16 of 17
(573 Views)

I have added MDF data Plugin exe in advanced Tab “ Run executable at end of Installation”.

It’s working now but I don’t know is it correct way to add/not.

Munna
0 Kudos
Message 17 of 17
(558 Views)