I am trying to run an application in C# for CAN USB. I am running it on multiple laptops and it is running successfully. But it is giving me problems on two new laptops. The error is
System.DllNotFoundException: 'Unable to load DLL 'canusbdrv64.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'
I have tried all the solutions that are available that placing file on system32, main application folder (bin/Debug) but it is not able to find the dll. Any idea what is wrong?