C# Manager 3.18 crash

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
Search

Post Reply
4 posts • Page 1 of 1
erik.schwing
Posts: 16
Joined: Tue Feb 12, 2019 6:59 am

C# Manager 3.18 crash

Post by erik.schwing »

Hi,

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();
I have started my devenv with the /useenv switch after setting %API_ROOT% to the correct folder.
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

User avatar
kilianvp
Posts: 443
Joined: Fri Jan 16, 2015 10:29 am

Re: C# Manager 3.18 crash

Post by kilianvp »

Just remove the old ETM.WCCOA.CSharpInterface Reference and add the new one.

erik.schwing
Posts: 16
Joined: Tue Feb 12, 2019 6:59 am

Re: C# Manager 3.18 crash

Post by erik.schwing »

It already is the newest from the 3.18 installation folder. The version number of the dll is set to 3.17

User avatar
kilianvp
Posts: 443
Joined: Fri Jan 16, 2015 10:29 am

Re: C# Manager 3.18 crash

Post by kilianvp »

Sorry .. ETM really did include the 3.17 dll!

Post Reply
4 posts • Page 1 of 1