10-05-2018 11:36 PM
I met the same problem and found if I run Labview as administrator, then it is good.
07-01-2020 06:26 AM
I had the same problem under LabVIEW 64 bit and it worked for me after I installed LabVIEW 32 bit Version.
Seems to be a conflict of versions.
Good luck y'all
07-27-2021 03:59 PM
@EdWaugh wrote:
Hi,
Just in case it's useful to anyone else, I had this problem and the error turned out to be that the DLL I was calling called another DLL which was not present in the same folder. Once all files were in the same folder, it worked fine.
Cheers
ed
Thx EdWaugh, this did the trick!
KUDO
08-18-2021 02:36 AM
In my case the assembly was loaded from a DLL located on the server and when I tried to change the location manually to a folder on my computer this error occured.
Running as Administrator also solved the problem for me.