NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

DLL path not found in deployed sequence

I've built a TestStand deployment sequence that includes LabWindows/CVI adapter steps to a DLL that I wrote. I've included the DLL in the workspace file. The sequence runs fine in the development system when I have the search directories set to the path of my VIs and the DLL.

When the sequence is deployed, all the VI's and the DLL are included in the deployment directory as I expected them to be. If I look at a LabVIEW step in the deployed sequence, the relative path is correct and the step works. But the CVI adapter steps cannot find the DLL. (File not found error)

Don't understand why this is not working. I have recently sucessfully deployed sequence which only contain VIs and image files. This is my first attempt at a sequence with a specific DLL required.

Thanks.
0 Kudos
Message 1 of 2
(2,859 Views)
Hello,

I would recommend making sure that the path to the DLL is relative as well. If it is an absolute path, make sure that the path it is looking for is the same as the path that it is installing in on the deployed computer. You can also try to just add the path that the dll will be in to the list of search paths. Take care!

Regards,

Aaron B.
National Instruments
0 Kudos
Message 2 of 2
(2,845 Views)