LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application Builder error 2036400

My Labview 7.1 Application has been rebuilt from Labview 7.0 and I reinstalled it to the target machine. ( Including the 7.1 runtime engine. Now when I try to launch it ,it says " vi has an error of type 2036400. The full development version of Labview is required to fix the errors." I have the Professional version of Labview which includes App Builder ,so I know it's not that. I have never seen this before 7.1 Labview. What am I missing? I'm not putting the development system on this target machine , that would be stupid. What is error type 2036400? Help Thanks
0 Kudos
Message 1 of 3
(2,855 Views)
go to www.info-labview.org and do a search on
"The full development version of Labview is required to fix the errors" there are a couple of solutions there...

good luck
0 Kudos
Message 2 of 3
(2,855 Views)
Michael,
I wasn't able to find any references to error code 2046300, but here are some things you can try:
- first recompile your VIs into LabVIEW 7.1 ( by opening and save them) before building them with App Builder 7.1
- save all of your VIs in a library and then select your top level VI from library when building the executable. Add any dynamic VIs and support files e.g. DLLs etc. Here is what I found another NI engineer posted on google about this to another customer for whom the above solution worked:
"The documentation doesn't explain this because it is not really necessary. What is necessary is that all of the linkages in your hierarchy of VIs are correct *before* building the application. I suspect that if you were to open your VIs in the LabVIEW deve
lopment environment and then close them, LabVIEW would start prompting you to save changes in your VIs. This indicates that the linkage information stored in the VIs does not reflect the actual state of the VIs on your computer (i.e. LabVIEW had to search to find a subVI rather than linking to the VI identified by the relative path stored in the calling VI). If you save these changes and then build the application, I bet it would work correctly.
Saving things to a new library via the Save With Options dialog is way of forcing the linkages to be correct, which is why it solved the problem for you.
- reinstall the application builder 7.1
- make sure you have run-time engine 7.1 installed before you run the executable

Zvezdana S.
National Instruments
0 Kudos
Message 3 of 3
(2,855 Views)