07-15-2014 11:01 AM
We have many programs running with the 1997 version of the VBIB32 we also has visual studio programs running older version of the GPIB DLL NationalInstrument.ni4882.dll and Nationalinstrument.Common.dll but this files are not part of ni488_312.exe.
What dll's should be added to Visual Studio programs in the reference area to correctly run the GPIB ENET/1000? What VBIB32 version should be added to VBA software to correctly run GPIB ENET/1000 and ENET/100 units?
I found many references in the forum to a location C:\User\Public\Document\Nattional Instrument\488.2\example\DOTnet??? directory that also did not come with 3.1.2...
07-15-2014 12:28 PM - edited 07-15-2014 12:29 PM
@PLWasalaski wrote:
We have many programs running with the 1997 version of the VBIB32 we also has visual studio programs running older version of the GPIB DLL NationalInstrument.ni4882.dll and Nationalinstrument.Common.dll but this files are not part of ni488_312.exe.
What dll's should be added to Visual Studio programs in the reference area to correctly run the GPIB ENET/1000? What VBIB32 version should be added to VBA software to correctly run GPIB ENET/1000 and ENET/100 units?
I found many references in the forum to a location C:\User\Public\Document\Nattional Instrument\488.2\example\DOTnet??? directory that also did not come with 3.1.2...
I installed the NI-488.2 version 3.1.2 on this work laptop.
I believe it tries to see which version of Visual Studio you have installed, but if it doesn't, you'll need to choose a custom install and select which version of .NET Framework support you want installed. VS 2012 is .NET 4.5 and VS 2010 is .NET 4.0
07-16-2014 06:03 AM
Yes, it took all day to come to that conclusion. That is when ni488312.exe was run on this machines that the DOT NET framework was not loaded and and old version of the drivers kept being used.
I am in the process of loading them now.