ApplicationInsights-dotnet icon indicating copy to clipboard operation
ApplicationInsights-dotnet copied to clipboard

FileLoadException: Could not load file or assembly 'System.Memory

Open yadavsachin opened this issue 4 years ago • 1 comments

Getting this exception.

FileLoadException: Could not load file or assembly 'System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.

I have added below tag in app.config

<dependentAssembly>
        <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1"/>
 </dependentAssembly>

yadavsachin avatar Jun 22 '21 13:06 yadavsachin

Hi @yadavsachin , not enough information to investigate. Can you share a minimal repro application that reproduces this?

TimothyMothra avatar Dec 28 '21 00:12 TimothyMothra

This issue is stale because it has been open 300 days with no activity. Remove stale label or this will be closed in 7 days. Commenting will instruct the bot to automatically remove the label.

github-actions[bot] avatar Oct 25 '22 00:10 github-actions[bot]