Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

system error 1114 during deployment

Hi Guys,
 
I've just written a quick dll that containts my NiDaqmx code. (Simple data acquisition) I tried deploying it on another pc  by building a setup project and adding all of the recomended merge modules.
After installing it and running it all i got for my effort was a system error 1114 ( dll initialisation failed). Anoyingly both the app that calls the dll and the dll work fine on my own pc and the dependancy walker does not show any missing dlls.
Has anyone encountered this before, or has anyone got any hints?
My hardware/software details are :
 
My PC:
Software:
Running VS.NET2003 (VC++)
Measurment Studio 8 (using Daqmx)
Hardware:
Ni DAQpad 6015
 
Test PC:
Drivers for the 6015 pad
Measurment explorer
and VS.NET2003
 
gratefully
Eddie
0 Kudos
Message 1 of 2
(3,041 Views)
Hello,
 
You must have the DAQ driver installed on the TestPC.  The DAQmx drivers for the hardware are not able to be found and that is why you are getting this message.  What you should do is use the DriverCD that came with Measurement Studio and install DAQmx on the test machine. 
 
You only have to install the Core feature for DAQmx since you have installed everything else with your setup project (meaning you do not have to choose .NET Fx development support feature on the test PC, but you do have to have the driver itself there).
 
Regards,
Jeff
0 Kudos
Message 2 of 2
(3,033 Views)