As the title suggests, I have created and deployed an application that references DAQmx.dll.
However, there is a problem that the program does not run due to a dependency error.
I searched several forums and it seems to have the same error.
I checked and applied the solution for that, but none of them work.
please support me
-----------
solution i did
NI DAQ mx dependency error is a problem with manual deployment
-> If you deploy manually, you need to download the NI DAQ related package through the package installer.
-> Merge module must be included to distribute including dll
But
C:\Program Files\Common Files\Merge Modules
can't find .msm file in
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019MOCSA2&l=ko-KR
https://www.ni.com/docs/ko-KR/bundle/measurement-studio-installer-builder/page/mstudio_installerbuil...
https://www.ni.com/ko-kr/support/documentation/supplemental/14/ni--net-assemblies-needed-to-deploy-a...
Clients should use NI Daq mx by using only the deploy program without downloading the Daqmx package.
What's wrong with me?