10-28-2019 08:41 AM
Visual Studio 2017
Loading older project file
All ok except the references say it cannot find NationalInstruments.Common.DLL version 8.6.35.131.
I have all the dll's from the older project and it loads all the rest fine
NationalInstruments.Common.DLL version 8.6.35.131 - System cannot find....
NationalInstruments.UI.DLL version 8.6.35.189 - OK
NationalInstruments.UI.Styles3D.DLL version 8.6.35.189 - OK
NationalInstruments.UI.WindowsForms.DLL version 8.6.35.189 - OK
How to get the correct DLL !
This is holding the whole project up..
Cheers
10-28-2019 07:42 PM
Hello
I meet the same problem before.
My way is that, if possible, use the newest framework to compile the code, maybe the newest version is 4.6
It could fix you problem.
It seems NI support good for the newest framework version, but for the old framework version, even the examples do not work also...