Hi,
I have been trying to deploy my Winforms application on to a production machine. My target platform for all the projects is set to x86.
when using the intensity graph i get the below exception.
System.DllNotFoundException: Unable to load DLL 'nianlys.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at NationalInstruments.Analysis.Internal.s.d(Double[] A_0, IntPtr A_1, Double& A_2) at NationalInstruments.Analysis.Math.Statistics.Mean(Double[] inputData)
at KronosCameraTestApp.View.ImageDisplayPanel.getValueAtPoint(String name) at KronosCameraTestApp.View.ImageDisplayPanel.intensityGraph1_PlotAreaMouseUp(Object sender, MouseEventArgs e)
The same application works fine in Debug and Release mode on my development machine, the issue happens when i build the Release mode of my application and the Setup project. On the deployed machine I see the dll NationalInstruments.Analysis.Enterprise.dll in the Program files folder.
Note: I am using the Measurement Studio 2015 for Visual Studio 2013.
Attached are some of the pictures which may give you some insight. Please help us to resolve this asap.