I am trying to recompile a C# manager used in a 3.17 project to a 3.18 version.
I have set the environment correctly, ran the script to create a new clean solution and have tried to compile and run this.
I recieve an error 'Unable to load DLL 'libCSharpBridgeV318' on the line:
Code: Select all
// Create Manager object
OaManager myManager = OaSdk.CreateManager();
No code has been altered from the template. An argument has been added for "-proj" in the visual studio project.
When selecting the ETM.WCCOA.CSharpInterface in the VS2019 IDE it shows the version as 3.17.0.0? I would expect it showed 3.18.0.0 (it does point to 3.18 installation folder).
Any help would be appreciated.
Best regards,
Erik