0

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

Avi Meltser
  • 409
  • 4
  • 11
Jul
  • 63
  • 5
  • As COM is an interface technology by Microsoft I doubt that it is possible to run that on a UNIX system. Check out https://stackoverflow.com/questions/3063321/is-there-an-equivalent-to-com-on-nix-systems-if-not-what-was-the-nix-approa – Erik T. May 31 '19 at 10:28
  • 1
    Unless the third party app runs on Linux this is a non-starter anyway. – 500 - Internal Server Error May 31 '19 at 11:24
  • Erik T. I cannot use COM equivalent for *nix. I must use COM because I depend on the third-part app. – Jul May 31 '19 at 12:26

0 Answers0