Hi,
It could be that the VI being called has a reference to some dll (some other code) which is not in the standard search path and therefore will not be executable.
With the application exe file when you run this will generate an INI file (if you haven't already generated this manually). Try added the search path key to the ini file eg.
[Application]
viSearchPath="C:\Program Files\MyProjects\*;
:\*;:\;:\*;:\*;:\*"
The one's in <> are the default search paths. Change my C:\Program Files\MyProjects\* to your additional search paths. Change the name in [] to match the name of your appliction.
Regards
Ray Farmer
Regards
Ray Farmer
