06-11-2007 10:43 AM
06-11-2007 01:30 PM
Error 1003 with Test Executive Launcher
http://digital.ni.com/public.nsf/allkb/55D9A5578881DCE286256706006DC6F9
These articles are located on National Instruments KnowledgeBase. You can find the KnowledgeBase and perform searches there by navigating to NI.com, clicking on the Support tab, and selecting KnowledgeBase.
I hope these help.
Stephen Meserve
Applications Engineering
National Instruments
06-12-2007 04:41 PM
06-13-2007 12:52 AM
Hi Radhika,
With each exe there is an INI file. If you include the searchPath key to include the labview directories then your exe will beable to find the VI.lib vi's.
Have a look at the labVIEW.ini file for this key.
Regards
Ray Farmer
05-05-2008 06:15 AM
Hi,
I added the following key to my application ini file and have added all dynamic code under this folder- but this didnt help. I still getting file not found error.
"visearchPath="C:\test"
i have attached the sample exe which just loads any vi dynamically. Try to load a vi with subvis (keep subvis in a separate folder from the toplevel vi). You can see that the dynamically loaded vi couldnt find its subvi and is broken.
Thanks in Advance - I will appreciate your inputs
Sas
05-07-2008 02:36 AM