LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1003 when running EXE on depolyment PC.

Solved!
Go to solution

Problem:

Running an EXE on development PC works fine.

installing EXE on deployment PC (Without LaBVIEW IDE does not run).

Get Error 1003 when loading dynamically called VI in EXE as its broken.

 

Did obvious stuff like not disconnecting typdefs / enable debugging in build.

 

0 Kudos
Message 1 of 2
(1,239 Views)
Solution
Accepted by topic author KiwiWires

Used conditional disable to isolate code in dynamically called VI.

This narrowed it down to an innocent looking init VI.

 

Turns out it had create sparse matrix in this VI - and for some reason the RTE for sparse matrix was not automatically included in the full installer.

Did review the included installer list but missed this toolkit.

 

Refer here: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000g0mdSAA&l=en-NZ

 

0 Kudos
Message 2 of 2
(1,234 Views)