Hey there
I'm trying to create a .NET controller (Tools -> Create .NET Controller) of my own small .NET DLL. This DLL references the Matrox Imaging Library.
The issue is when I try to create the controller of my DLL, CVI throws an error that it cannot find Matrox.MatroxImagingLIbrary.dll even though it is in the same folder as my DLL, I even registered the Matrox DLL in the GAC, I tried making a controller for Matrox first (which worked) and then a controller for my own DLL (didn't work) and I even tried putting the Matrox DLL in the CVI executable directory and in the project working directory.
EDIT: I am using CVI 2017 by the way
Do you have any other suggestions?
Thanks in advance..