Azure.Core: Could not load file or assembly 'System.Memory.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find t he file specified.

2025-06-23T14:27:25.89+00:00

Hi ,

I am working on Azure function App for Blob Storage trigger. Previously it has been working but now when I started to work from scratch, azure function giving me following error:
***Azure.Core: Could not load file or assembly 'System.Memory.Data, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find t he file specified.***Though for https triggers its working fine.
Below are the azure core tools and Function Runtime version:
Azure Functions Core Tools:Core Tools Version: 4.0.6280 Commit hash: N/A Function Runtime Version: 4.834.3.22875
Can you please guide what could be the issue here?
Thanks,
Sadaf

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sai Prabhu Naveen Parimi 2,260 Reputation points Microsoft External Staff Moderator
    2025-06-26T04:50:10.83+00:00

    @Zaheer. Sadaf (Enterprise Services)

    Glad to see that your issue is now resolved — thank you for the update

    Just to summarize:

    The issue was successfully resolved by following the steps outlined in this community thread.

    The key resolution was to manually uninstall all existing versions of Azure Functions Core Tools, delete any remaining folders, and then reinstall the latest version of the [Core Tools].

    Sadaf also highlighted that the issue happened when relying on the installation dialog alone — so as a precaution, it’s important to do a manual uninstall and cleanup before reinstalling.

    Thanks again for sharing your experience — this will help other community members who might face the same issue!


0 additional answers

Sort by: Most helpful

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.