03-25-2025 05:49 AM
Hello everyone,
At the moment im working on my first Deployment from a Teststand sequence including labview code. I'm using Teststand 2023 Q4 and Labview 2023 Q3.
So far i fixed acutally all my bugs that appeared when i first tried to deploy my sequence.
Only the error -19026 "could not locate vis the following projects reference" appears and i actually dont know what to do anymore. I tried so many different things to fix it but nothing helped so far.
The sequence and everything runs fine at the development editor, without any errors.
Could someone give me an advice in which way i should look to fix this? Please find a Screenshot of this error attached.
Solved! Go to Solution.
03-25-2025 06:54 AM
From what I see, this lvproj file isn't found by the deployment tool.
Are you sure it can be found using your search path settings?
03-26-2025 03:23 AM
Hi Oli,
thank for your reply.
I checked the Path at Configure -> Search Directories. There is a reference to this folder :
The Location of the exect LabView projekt is at the TestStand API Folder.
In my opinion Teststand should be able to find the lvproj file.
03-26-2025 01:04 PM
Hm…
next guess…. Within your lvpoj, are there maybe references to VIs outside the Search Path? Maybe just a subdirectory which is not included
03-27-2025 02:21 AM
Good morning,
i fixed it this morning!
Once again, it was a small mistake that had a big impact. The problem was that there was a spacebar in the Projekt name and the corresponding labview bibliothek. I changed the name and the deployment finsihed without any problems!