03-28-2025 10:34 AM
I'm using C# in Visual Studio to control a Rigol DL3031 DC load over USB. I'm new to C# so I'm struggling a bit to find the right solution for this. All the namespaces I find for NI VISA, NationalInstruments.VisaNS; for example, seem to be older, deprecated code used for older .net frameworks. I'm using .net 8.0, and struggling to find the right current assembly or DLL--whichever you like, and current examples for how to implement this. I've also been looking into the ivi.visa namespaces, but again, I can't find the right examples for using this, or the right information to educate myself.
Any help to point me in the right direction would be greatly appreciated.
Thanks so much.
03-28-2025 10:38 AM
I believe .NET 8.0 may not yet been supported by NI drivers. Please try .NET framework versions.