Is there a version of the libraries that work with .Net Core? The dlls and example code are all in .NetFramework. I tried to add them (Ivi.Visa.dll and NationalInstruments.Visa.dll) as assemblies in my .NET Core project and the ResourceManager class works fine for finding resources. Once I try to get a MessageBasedSession though, I get an System.IO.FileNotFoundException - Could not load file or assembly NationalInsturments.Common, Version=13.5.40.173 Culture=neutral The system cannot find the file specified
↧