Apparently, your application doesn't know, for some reason, where the VI is. My guess is that is because you built it before you had the FP VI in it. So, let's try some more options:
In the application builder, there is a tab called VI settings. See if that VI is listed there. It should be. If it isn't, try recreating your application builder settings for this build from scratch.
If this still doesn't help, you can try adding the VI as a support file, although there shouldn't be any reason for having to do this.
If that didn't help:
In the LV directory, you'll see a file called LabVIEW.ini. This file holds settings for when LV runs. Open the file and find the line I mentioned. Copy it. Go to the directory of your EXE. If you've already run it you should have an INI file there with the same name as your EXE. Open it. It will probably have one line in it. Paste the line under it. See if this helps. This line tells LV where to look for VIs, so you can change the path names here if you wish.
If that didn't help, try force compiling, then saving and building your executable again. Create an installer as well. Uninstall the app (and the LV Run-time engine) from the other machine and then use your new installer.
See if this helps.
If all this didn't help, you should probably save your code as an LLB (File>>Save with options>>development distribution) and post it. It may also be a good idea to post your .bld file.
Message Edited by tst on 03-15-2005 06:02 PM
___________________
Try to take over the world!