How to fix System.IO.FileNotFoundException exception caused by a missing System.Memory.Data.dll in the bin folder

Chandran, Ajith 0 Reputation points
2024-10-22T05:05:47.63+00:00

I am experiencing this issue across all my Azure Function apps after a recent NuGet update to SDK v8.0.403. All of these function apps are using the In-Process model.

I have updated all my NuGet packages, including Microsoft.Azure.WebJobs.Extensions.ServiceBus to v5.16.4, which has a transitive dependency on the System.Memory.Data package.

Exception: Could not load file or assembly 'System.Memory.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken='. The system cannot find the file specified.

Source: System.Private.CoreLib

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,039 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,887 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.