04-29-2011 01:31 AM
I had created an .exe of my application in LabVIEW 7.0 . The Application uses some Vision VIs. While running my top level vi out of 6, 3 vis are running And rest of 3 are broken , and i am getting the error "VI has error of type 7.The full development version of LabVIEW is required to fix the errors" and the exe shows a broken run button.
Please solve my problem
05-02-2011 02:49 AM
Are you getting the error on your development PC or deployment PC? What is the development system of LabVIEW that you have? What is the functionality of your code?
05-02-2011 07:41 AM
Error 7 means LabVIEW is missing a file. There are several possibilities, but the most common, by far, is a missing or corrupt driver. Make sure you install any DAQ/IVI/VISA/etc. you need on the target machine. Another possibilities include missing LLBs or third party DLLs. You can also run into issues with dynamically called code, but this will not break the executable, it will fail at runtime.