Actually, visa32.dll is the native, unmanaged code. You can't add a reference to an unmanaged dll in a .NET language project. In order to use the .NET library for NI-VISA, you want to add a reference to two assemblies - NationalInstruments.VisaNS.dll and NationalInstruments.Common.dll. These assemblies can be found in the
C:\Program Files\National Instruments\MeasurementStudioVS2003\DotNET\Assemblies\Current
directory. Note, too, that the help for all National Instruments libraries is integrated into the MSDN help system. You can launch the help from the start menu under National Instruments >> Measurement Studio 7.1 for VS2003 >> Measurement Studio Documentation.
This link should be present in the start menu after you install the VISA .NET components, even if you don't have Measurement Studio installed.
Hope this helps,
Glenn