03-01-2022 03:02 PM
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.
Solved! Go to Solution.
03-01-2022 03:05 PM
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