When you build your application, on the Source Files tab, click Add Dynamic
VI and then select all of the VIs that you call by reference node.
"Samuel Zhang" wrote:
>>We have a Labview project for test different kinds of product, each product>has
a subVi which got called by project via Reference Node. The whole>project
works fine , that means the dynamic load in those subvi is right.>>When
we build executable application for this project , the file can load>>some
subVi, the test for this product can work , but some subvi can't loaded>into
memory, then the test for this product can't work. >Any suggestion is appreciated.>