02-29-2008 11:09 AM
03-17-2008 07:53 AM
12-09-2015 01:15 PM
I ran into this problem with LabVIEW 2014 with a project with a lot of classes. During building it would pop a message stating that dependance file were loaded from a new path. The files listed were not part of the dependance folder of the project. Additionally the files listed were not the files causing the problem. The exe would run on my development system, but loading onto a stand-a-lone PC would result in a search window looking for a different sent of files, followed by the 2208 error message.
To resolve the problem I had to search the project for "items incorrectly claimed by a library" (Right click on Virtual Folders within project). Then I had to removed those files from the library, save the project, and then readd the files back into the library. I have no idea why they were incorrectly claimed...