Answers for "system.io.filenotfoundexception: 'could not load file or assembly 'system.io.compression, version=4.2.0.0, culture=neutral, publickeytoken=b77a5c561934e089' or one of its dependencies. the system cannot find the file specified.'"

C#
0

Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.

// MacOS CLI
dotnet add package Microsoft.Bcl.AsyncInterfaces
Posted by: Guest on January-12-2021
0

System.IO.FileLoadException: 'Could not load file or assembly 'System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51

<!-- Remove this node from your web.config -->

<dependentAssembly>
    <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
</dependentAssembly>
Posted by: Guest on September-23-2020

Code answers related to "system.io.filenotfoundexception: 'could not load file or assembly 'system.io.compression, version=4.2.0.0, culture=neutral, publickeytoken=b77a5c561934e089' or one of its dependencies. the system cannot find the file specified.'"

C# Answers by Framework

Browse Popular Code Answers by Language