Dovydas Martusevicius

Results 4 comments of Dovydas Martusevicius

referencing 32 bit libraries and function is 32 bit too. Also I have to mention that function is running from .csx file

I have pushed Azure Function project to below repository: https://github.com/dovisio/AffdexFunctionApp32bit This project works fine locally but fails to load when deployed to Azure. Thanks in advance

**affdex-native.dll** and **opencv_ffmpeg248.dll** cannot be added as references because they both are **native** libraries. Affdex.dll works as (I suspect) a CLI/C++ bridge for .NET application. Affdex.dll is already referenced and...

> Can you try running through the steps at https://blogs.msdn.microsoft.com/benjaminperkins/2017/04/13/how-to-add-assembly-references-to-an-azure-function-app/ This suggestion does not make sense. I have no problem adding managed dependencies. I'm suspecting that VC++ Redistributable packages are...