-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Situation:
I use the build191121 version and work on a 64 bit windows machine. The OPC-UA plugin requires the libuv dll. This dll appears to be available only in a 32 bit version. It looks like this results in a 32/64-bit mismatch, given the error code shown below.
How should I get around this? I browsed some stackoverflow, but all suggestion require changes to the actual C#-project, should they work. E.g.,
Expected results:
I expect the OPC-UA plugin to correctly start.
Actual Results:
When starting the OPC-UA Plugin the following error message is returned in the log:
[1] Could not load HTTPS Stack Listener. An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B) AggregateException 'One or more errors occurred.' -