I had this error after I deployed the Azure Service application (web application).
I reinstalled the Azure.AI.Vision.Core from Nuget, but it didn't fix it.
Has anyone experienced this error?
I had this error after I deployed the Azure Service application (web application).
I reinstalled the Azure.AI.Vision.Core from Nuget, but it didn't fix it.
Has anyone experienced this error?
I had a similar problem (an "unable to load DLL 'Azure-AI-Vision-Native'" error when deployed to an Azure app service). This response to a similar problem pointed me in the right direction...namely, changing my app service to 64 bit under "Configuration" >> "General settings" in the Azure portal:
Apparently, the Azure AI libraries are 64 bit-only.