Hello,
I am using TestStand to call DOTNET dll. And in my library, I am using the DAQmx library.
That works correctly with TestStand 2023, and as I updated to v2024, now I have an issue : I have the message "unable to load the Daqmx.dll" .
I tried to use an example from NI, and I have almost the same issue.
Here I show the error with one of the example from TestStand DotNET4.5 measure Voltage.
As I have to compile to get the dll, I had to pass in DOTNET framework 4.8
here are the screenshot of the project (example from NI) in order to compile it :
If I use TestStand 2023 to call it, there is no issue :
But if I use TestStand 2024 I have this issue :
Here, the issue is not on DAQmx.dll, but on NiLmClientDLL.dll. But I suspect the issue is the same.
I found some informations about this issue, but that was for old DAQmx version and 10 years ago. I tried to reinstall DAQmx, without success.
As we are developing new test software, and will work with (at least) the 2024 version by using specific new features, I cannot stay with 2023 one.
Does anyone has an idea how to fix this issue?
Thank you in advance!