You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys. I am trying to use this python example project to understand the API's usage. After putting in the key and the license, when I run the Python_Demo_MulitThreaded.py file, It gives me this error.
Could someone please help me resolve this error?
System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
at DelsysAPI.Utils.Trigno.SLUSBXpressDLL_WIN.SI_GetNumDevices(UInt32& lpdwNumDevices)
at DelsysAPI.Utils.Trigno.SLUSBXpressDLL.SI_GetNumDevices(Int32& lpdwNumDevices)
at DelsysAPI.Utils.Trigno.BaseComms.CountConnectedBases()
at DelsysAPI.Pipelines.Pipeline.InitDataSource(IDelsysDevice ds)
at DelsysAPI.Pipelines.Pipeline..ctor(IDelsysDevice dev)
From googling, I found out that it may be a 32 - 64 bits mismatch. And honestly, I don't understand how to solve it
The text was updated successfully, but these errors were encountered:
Hi guys. I am trying to use this python example project to understand the API's usage. After putting in the key and the license, when I run the Python_Demo_MulitThreaded.py file, It gives me this error.
Could someone please help me resolve this error?
From googling, I found out that it may be a 32 - 64 bits mismatch. And honestly, I don't understand how to solve it
The text was updated successfully, but these errors were encountered: