Azure Communication Services "System.Memory, Version=4.0.1.2" file not found exception
Farhat Abbas
0
Reputation points
Azure communication services work fine on a console application but if I write this code on a function app it throws error "FileNotFoundException: Could not load file or assembly 'System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=xxxxxxx' or one of its dependencies. The system cannot find the file specified."
After adding assembly reference for "Azure.Communication.Email" it update the latest version of System.Memory and doesn't give option to downgrade it.
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Sign in to answer