Hi
I have an ASP.NET Core web API project that locally works fine with interop.SAPbobsCOM because I have in my machine all installed and registered but when I publish it in App Service in Azure I get this error
An unhandled exception was thrown by the application.System.InvalidOperationException: Retrieving the COM class factory for component with CLSID
Any idea how to register this in my App Service?
Thanks