LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

children[] property node fails in built application

I am trying to progmatically change the settings of shared variables in the DSC module.  I have been doing so just fine under the dev environment, but I get an error when I try to do this in my .exe

I am undeploying my library, opening an application reference, opening the library, getting children (or i can use the invoke node Get Decendants), and at this point is where I get an error.  I attached a screen shot of the block diagram, sorry for the clutter.

I have made sure that my library path is the same in the dev and built application.
Kenny

0 Kudos
Message 1 of 3
(4,072 Views)
In order to make programmatic changes to a library file in a built executable you need to enable "enhanced DSC run time support" on the Advanced page of the build specification for your application.

-NickF
NI R&D
~~
Message 2 of 3
(4,055 Views)
ahh...thank you.  worked like a charm
Kenny

0 Kudos
Message 3 of 3
(4,049 Views)