Hi!
I have created a VB.net application in VS2005.
The setup project has identified the dependency to the merge modules MStudioCommon.2005.msm and MStudioGPIB.2005.msm.
Those are also included to the setup project.
As a result of the installation i can see the file NationalInstruments.NI4882.dll in the application folder (where also the exe is put). This file comes from MStudioGPIB.2005.msm.
MStudioCommon.2005.msm contain for example the file NationalInstruments.Common.dll. But that file is not visible in the application folder.
Where are the "common" dll files installed?
Then after installation, on a clean computer, when i run the application i get the DLL not found exception. I get this even
if the NationalInstruments.NI4882.dll is located in the appl. folder. I have also set the path variable to the appl. folder.
Where should the 4882.dll be installed?
Hope for help.
//Paul