Permanently Resolve Load Conflicts in a LabVIEW Project

Updated May 17, 2023

Reported In

Software

  • LabVIEW

Issue Details

Every time I open my LabVIEW project, it prompts to resolve a load conflict for one of my VIs.  After I resolve the conflict, it opens correctly.  However, when I close and reopen the project again, I see the same prompt.  How do I permanently resolve this issue?

Solution

When LabVIEW corrects a load conflict, it updates all VIs that call the problem VI to use the new path.  Those changes will need to be saved in order to be permanent. 
  • LabVIEW may prompt you to save affected VIs, or you can select Save All on the project to apply the changes.
  • Another way to ensure these changes are permanent is to perform a Mass Compile .
  • If the previous steps don't work, verify that there are no duplicate folders containing the specified files and move or delete one of the duplicates.