02-27-2013 04:28 AM
When I execute my .exe it shows error attached in .png file
02-27-2013 07:46 AM
A little more information would be helpful. Is this EXE ran on the same machine the EXE was developed on? If not (and I'm guessing it's not) is the Fuzzy Logic Toolkit installed? (also I'm guessing it isn't).
If you made an Installer to take to another computer without LabVIEW, under the Additional Installers section you'll want to include the Fuzzy Logic Toolkit because it appears that you are using some VIs from that toolkit, but those tools can't be found on the machine that the EXE is running from.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
02-27-2013 12:33 PM
I wouldn't be surprised if the fuzzy logic toolkit is calling some subVIs dynamically.
In the Build Specification, make sure that the "Remove Unused Items of Project Libraries" option is unchecked.