I have an .NET Core service that runs successfully on Windows and uses a third-part COM+ application we depend on via an Interop dll to use an API. The client wants this service to run on Linux. Is there any way to do this ?
Tried to run the .Net Core app on Linux and (obviously) got this error message : Unhandled Exception: System.PlatformNotSupportedException: COM is not supported