Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot find agu3606ni_32.dll

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.

 

 

0 Kudos
Message 1 of 2
(2,166 Views)

Hi BA_

 

Can you give me the instructions that you were referring to when trying to import and use this?

 

In addition, you can look for that assembly by using a tool like Everything (link below), it might be that this installed to the GAC.

https://www.voidtools.com/

 

Best,

Claire C.
AppSW Staff Product Support Engineer
National Instruments
CLD|CTD
0 Kudos
Message 2 of 2
(2,076 Views)