11-20-2024 07:38 AM
Hi,
I am trying to connect Thorlab travel stage to labview. Prior I have used Kinesis. I am using the kinesis labview guide to do it.
There is an error, when İ try to select assembly and control.
"Error occured trying to load the assembly."
How can İ solved this Problem?
Solved! Go to Solution.
11-20-2024 11:56 AM
Most common problems:
1. You might be trying to access the wrong bit-ness of DLL. If you are using 32-bit LabVIEW, you need to download "Kinesis 32 bit for 64 bit Windows". For 64 bit LabVIEW, you need to download "Kinesis 64 bit for 64 bit Windows".
2. Windows might have blocked access to the DLLs after you copied them from one location to another. Right-click the file, select Properties, then see if it shows the blocked message:
3. You are either trying to access the DLLs in their home location in Program Files or you didn't copy all 100+DLLs from the folder to the LabVIEW code folder you will be using.
4. If you have an older version of LabVIEW you might need to add a .exe.config file to allow LabVIEW to use the most recent .NET frameworks. I can't remember the exact version that made this unnecessary, I think it was somewhere between 2015-2019.
11-21-2024 03:52 AM
Thanks a lot. It works now. Problem was different bits.