Azure-Samples / MipSDK-File-Dotnet

MIT License
5 stars 4 forks source link

Error While using MIP on Linux Web App Services in Azure #7

Open MeetVShah opened 2 weeks ago

MeetVShah commented 2 weeks ago

Hello Team

While using MIP Sdks in Azure Linux based web application, we are getting below error message. We have raised MS ticket and MS engineer have suggested to raise a ticket/issue here.

We are using .Net Core 6.0 framework.

Please let us know if you need any additional details.

Error Details are below.

CorrelationIdLoadLibrary failed with error code 0 for: [/home/site/wwwroot/libmip_dotnet.so]MethodNameLoadLibrary failed with error code 0 for: [/home/site/wwwroot/libmip_dotnet.so]MessageLoadLibrary failed with error code 0 for: [/home/site/wwwroot/libmip_dotnet.so]Detailed MessageLoadLibrary failed with error code 0 for: [/home/site/wwwroot/libmip_dotnet.so]TimeStamp

tommoser commented 2 weeks ago

The support engineer reached out to me. Sorry for missing this, notifications are getting buried somewhere. He mentioned that you're using Debian, which is unfortunately not supported with the .NET package today. Our packages are platform specific due to the underlying native dependency.

MeetVShah commented 2 weeks ago

Thanks a lot Tom for your response... Just wanted to confirm.. MIP Packages are not supported on any of the Linux systems or specific, as based on that we need to take a call whether to use Windows Services or Linux Services to host our applications in Azure.