@Tanchris wrote:
Hi,
I checked this and I think, thats nearly that I´ve found in an very old post, but without an example... so thanks a lot.
But 🙂 : You wrote in the client-vi --> "reference from remote program: we can't use it in this app". Thats the reason, why, if I made an executable from the client-vi, it doesn´t work...
Or did I made something wrong. Is it nescassary to load it from the executable-path?
But the solution is not far away for me...yeah
If you built the client into an exe, then I expect what failed is the node that opens a VI in the remote app from disk:
This path is not actually on disk in a normal build, it's a "virtual" path inside the built client exe and can't be opened from outside the client exe. You can work around this using the build spec to have the client VI in the support folder instead of inside the exe:
Which results in the VI being placed in the data folder.