11-01-2016 09:42 AM
Hello. I'm using Measurement Studio graphs and maths analysis in a VB.NET application (via Measurement Studio.NET). There is no hardware attached. When deploying the app onto new machines I find it will not run unless I first install NIDAQmx (or the lighter runtime engine). Is there a way of deploying non-hardware controlling Measurement Studio apps without having to install NIDAQmx?
11-02-2016 10:32 AM
If the application is requiring the install of NIDAQmx runtime engine then at some point in the code you have included DAQmx references and thus it cannot run without it. I would recommend checking the references within VB to see if DAQmx is included.
Alastair