"
We determined that some VI's which are provided by NI are loaded from different location.
( ie, we have extracted all the VI's to one location and these files with errors are loaded from another location)
As below
Orginal file location to load
E:\NI\VI\Real FFT.vi
E:\NI\VI\Inverse Complex FFT.vi
Now these are loaded from the location
E:\Program Files\LabVIEW 7.1\vi.lib\analysis\2dsp.llb\Real FFT.vi
E:\Program Files\LabVIEW 7.1\vi.lib\Analysis\2dsp.llb\Inverse Complex FFT.vi
How can I solve the problem?
"
I am not sure this is a problem.
It sounds like you did a save and selected "include VI's in vi.llb".
If you modified the VI's in LV 6 and saved them to vi.llb, then there could be an issue.
That message just warns you that the vi's mentioned were loaded from a different location than the last time the vi was saved.
If you are not sure, then you could do a "tools > compare > compare vi's" to see if there any differences that you want to be concerned with.
So...
this may not be a problem.
Ben