I have just upgrade to LabVIEW 2016 from LabVIEW 2015, and have encountered an "Error 1026".
The main program calls a sub VI which has a VI server reference "This VI" wired to a Refnum output on the pane. This Refnum output from the sub Vi is then used to get the "vi name", which is used as an input in "Open VI Reference" node. The program works fine in LabVIEW 2015.
For some reason, in labVIEW 2016, this Refnum output from the sub Vi returns a "Not A Refnum", which when used to get the "Vi name", issues a "Error 1026". On the other hand, if I open the sub Vi first (so it is in the meory), and then run my main program, it works fine.
Can someone explain what has changed between LabVIEW 2015 and 2016 that may lead to this issue.
Thanks.
Ian