I developed a Interop DLL using C# to be called by Progress 4GL. I follow this example: Create COM-Object from own C# Dll in Progress 4GL
It worked on Windows, but the customer server is on Linux, so I changed my DLL to use .Net Core.
So, how can I call it on Linux? Do I need to register it? If so, how can I do it?