Windows 11 Enterprise 32 GB RAM
Labview 2022
TestStand 2021
OI build debugging blockages.
Labview and TestStand projects are on my 😧 drive. This test code was originally built on systems with only C: drives. I can run the TestStand and Labview project on my 😧 drive when using the TestStand "test UUTs" menu start.
When I build the project and the teststand into an OI I get "path not found" right away. If I create a hard link on the C: drive to point to the dev folder on the 😧 drive, things work (In developer mode). So something in the OI project is referring to the build environment folder via the C: drive.
I am trying to figure out what VI is doing that so I can fix it such that the code is not dependent upon the drive it runs from. But when debugging the OI code I get "Unable to allocate resources" or "can only run one event manager at a time". This makes it tough to debug the code and find the errant VI. There are hundreds of VIs in this project, am I going to have to edit every single one to find this bug? Is there something I can do that would allow the OI code to work in debug mode?
be well,