LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can not start exe file. 102208 error.

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.

0 Kudos
Message 1 of 3
(3,076 Views)

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

CLD; LabVIEW since 8.0, Currently have LabVIEW 2015 SP1, 2018SP1 & 2020 installed
0 Kudos
Message 2 of 3
(3,060 Views)
Thank you. I'll try this.I would like to add that I've tried it on another test PC without labview at all. Only components like runtime engine and VISA are installed. Everything works well.

 

0 Kudos
Message 3 of 3
(3,035 Views)