06-11-2018 10:48 AM
Hi,
I am trying to use NationalInstruments.Visa .Net assembly (version 17.0.0) in a Visual Studio 2017 project. When I add the reference to the assembly in my project, I can see the classes (GpibSession, SerialSession, etc) in the object explorer, but it seems that some interface definition are missing: IVisaSession, IMessageBasedSession, etc.
When I use the older assembly "VisaNS" (version 13.0.45.167), everything is fine.
Is there another reference to add to the project ?
Solved! Go to Solution.
06-12-2018
07:09 AM
- last edited on
01-10-2025
06:19 PM
by
Content Cleaner
I finally found out what was missing: you need to reference assembly "Ivi.Visa" to use the new "IVI-compliant NI-VISA .NET API", as documented here: