Visual Studio 2015 C#
I'm trying to create a first VS project using Measurement Studio for a Keysight U3606B DMM. I downloaded the driver and followed the instructions to create the instrumment driver file which I named KeysightInstrDriver.cs. When I try to run the initialize function I get a DllNotFoundException. It is looking for
[DllImport("agu3606ni_32.dll", EntryPoint = "agu3606ni_Initialize", CallingConvention = CallingConvention.StdCall)]
The instructions for measurement studio said to use the agu3606nni.fp file which I do. I thought that somehow brings in the .dll because I do not find the agu3606ni_32.dll anywhere in the folder for the agu3606ni downloaded driver files.
Any help with solving this is appreciated.