ps. I do load ctrlxworks.Licensing.dll and all relavant libraries, which are required to run with C++ executable that uses ctrlx works Licensing api. Here is the error I got when I try to run with my python binding. Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'ctrlxworks.Licensing, Version=3.1.0.67, Culture=neutral, PublicKeyToken=e565dd1c6a0bbb27' or one of its dependencies. The system cannot find the file specified. at ShowRequiredLicensesDialog(HWND__* parentWindow, SByte* appName, SByte* requiredLicenses)
... View more