Hello,
I have two computers with installations of LabView 2011, both installed from the same discs in the same manner. However, when I try to take a project developed on Computer A and run it on Computer B, I get dependency errors for a number of basic functions.
For example, in the project explorer, under RT CompactRIO Target\Dependencies\vi.lib, there is an error with Write To Spreadsheet File.vi [Warning: has been deleted, renamed, or moved on disk]. When I click on it, I get the following message:
Loading:
C:\Program Files\National Instruments\LabVIEW 2011\Targets\vi.lib\Utility\file.llb\Write To Spreadsheet File.vi
Searching:
C:\Program Files\National Instruments\LabVIEW 2011\Targets\instr.lib
and it prompts me to Find the VI Named "Write To Spreadsheet File.vi".
Now, I can find that file under the C:\Program Files\National Instruments\LabVIEW 2011\vi.lib\Utility\file.llb\, and select it. However, then it has the same error for every single VI called by that one. I imagine I could just manually remap all these, but it would take a week and there must be a better way.
A related anomaly is that if, from the Project Explorer, I make a new VI under the RT CompactRIO Target, the 'functions' and 'controls' palettes come up completely empty. In contrast, making a new VI under 'My Computer' works normally, and the VI lists populate as expected.
Thanks for any advice you may have.
Cheers,
Elizabeth
Edited: I select the file from C:\Program Files\National Instruments\LabVIEW 2011\vi.lib\Utility\file.llb\
not
C:\Program Files\National Instruments\LabVIEW 2011\Targets\vi.lib\Utility\file.llb\
as I'd mistakenly written in the original post