FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
08-02-2022 09:30 AM
When i use the dotnet run command, the Project can be executed. But when i want to debug i get this Errormessage:
System.DllNotFoundException: "Unable to load DLL 'runtimes\win-x64\native\comm_datalayer.dll' or one of its dependencies:The specified module was not found. (0x8007007E)"
Thats weird, cause this DLL is in the right Folder.
Solved! Go to Solution.
08-02-2022 10:51 AM - edited 08-02-2022 10:53 AM
Hello,
Please keep in mind that our supported and recommended development environment is a ubuntu 20 environment (see Setup Overview). I would recommend you to use the ctrlX WORKS integrated App Build Environment (see Docs). All the dependencies you need are automatically installed here or can be installed easily with the install scripts. This feature is integrated into ctrlX WORKS since Version 1.14.
However if you want to debug the .Net samples in VisualStudio, all libraries which are referenced by 'comm_datalayer.dll' must be present on your windows system. If any required library is not installed on windows the library 'comm_datalayer.dll' could not be loaded and an exception like you got is thrown.
There are some tools which can determine the dependency which are not present (e.g. dumpbin). One dependency which is missing a lot is the OpenSSL library Win64 OpenSSL v1.1.1. This library can be downloaded and installed for windows from the internet. I would suggest you to install this library at your windows system and try to debug again.
Best regards,
Nick
08-03-2022 09:25 AM
Thanks for the Answer, i try it.
Which Version did you mean? The newest Version that i can get is 1.12.9 of ctrlX Works.
08-08-2022 02:29 PM - edited 08-08-2022 03:18 PM
The version 1.12.9 is a patch for the long term service version 1.12. This long term service version we release once a year. All other versions, for example 1.10 or 1.14 (or even 1.16), were and will be prototypes only. So, they are no longer supported as soon as a later version is released.
These versions are available on a special path in the collaboration room (ctrlX_CORE_APPS_Releases/<V.Number>). If you want to download a prototype version you got to request the access to this path. This can be done with an e-mail request (see FAQ for ctrlX WORKS).