01-15-2017 11:37 PM
My program report missing NI.Common 13.0.40.188 dll during build process. I search cure in this forum but seems no clear solution. So I just want to install 13.0.40.188 into my GAC area and let my program running, how can I do? Install the whole Labview 2014? I try to install measurement studio 2012,2015 for VS2010, but I don't find 13.0.40.188 in my machine only 13.0.40.190 instead. My program need 13.0.40.188 actually.
Solved! Go to Solution.
01-21-2017 11:19 AM
Hello,
I have been struggling to find a sure fire solution or catch all case. However performing a google search with the search operator that it will only search NI.com, you should find alot of references to DAQmx:
What I would therefore recommend is to install DAQmx and additionally .NET support for Visual Studio 2010, it should then enforce that this DLL is installed and registered to GAC:
http://www.ni.com/download/ni-daqmx-9.6/3423/en/
Keep in mind this is unsupported on Windows 8 or 10. But by selecting during installation a custom install and ensuring .NET support for Visual Studio 2010 is installed, it should install the correct one.
Note: You may need to uninstall the current version of DAQmx.
Best regards,
Ed
01-24-2017 03:17 AM