03-29-2012 03:32 AM
I'm attempting to launch a VI dynamically using VI server. The VI works fine when used within the LabVIEW developement environment (LV2010sp1) but throws an error 7 when built as an executable.
I've included the VI to be launched within the "Always Include" section of the build spec and believe I've adjusted my paths correctly to account for the differences between a VI and an EXE. What am I don't wrong here?
Solved! Go to Solution.
03-29-2012 04:00 AM
Am not sure that you are keeping the dynamic vi's in a folder in the same application directory while creating exe. In not do that and in the exe call that vi from that directory then it should work fine.
03-29-2012 04:26 AM
Hi,
I think you haven't added the looper vi into the support directory. Check the image below.
I think this must solve your problem. 🙂
Regards,
Nitz
(Give Kudos to Good Answers, Mark it as a Solution if your problem is Solved;))