LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

exe running _The full development version of LabVIEW is required to fix the errors

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

 

0 Kudos
Message 1 of 3
(2,431 Views)

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?

0 Kudos
Message 2 of 3
(2,410 Views)

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.

0 Kudos
Message 3 of 3
(2,402 Views)