Hello,
I'm using Measurement Studio 8.5 and Visual Studio 2008 and trying to deploy an application with clickonce that uses network variables.
NationalInstruments.NetworkVariable.dll is getting deployed properly, but the network variable portion of the application doesn't work (I haven't been able to run a debugger to see why).
However, if I install the application directly on the computer using the a standard visual studio setup project (that includes all of the proper merge modules etc.), network variables in both instances of the application work. This continues to be the case even after uninstalling the locally installed version (I guess the dependencies remain installed?)
Question is: What dependencies are not getting installed by clickonce, and is anybody aware of any way to include these?
Thanks.