Skip to Content
0
Jan 20, 2023 at 10:43 AM

How to register SBO DIAPI in AppService in Azure

34 Views

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