03-29-2010 01:20 AM
Hello I have a pretty big labview project. It can be successfully compiled and started on my PC. But when I try to run exe file on another PC I got an error. Error code is 102208 and message suggests me to install "Full Development System". Does anybody know why it could be possible? Both PCs have "Professional Development System" installed. The only difference is that my LabView is English another Korean.
Thank you.
03-29-2010 06:43 AM
1) Check you have included all dependencies in your project when you built the Exe.
2) Check you didn't have "Require the LabVIEW Development Environment" ticked when you build your Exe - that way you can eliminate lots of errors.
3) if all else fails, create an installer to install the exe on PC 2 from PC 1 - then you are sorted. If you follow the above steps and include the correct things in the installer, then it will be able to run on a machine without LabVIEW.
I suspect 1 of 2 things is wrong:
1) you have different versions of LabVIEW
2) you have a component installed which the exe needs which is not installed on the Korean machine
3) you have set the EXE language not to include Korean.
- either of these could upset the Exe as they could cause it to not have the required components to run.
Hope this helps
James
03-29-2010 06:16 PM