Could not load file or assembly ‘System.Memory, Version=4.0.1.’ in Visual Studio 2015
If this error is appearing in an IIS app such as ASP.NET, then there is a high probability that you are missing a binding redirect in the web.config. When you install from Nuget, you should see a binding redirect in the web.config. If you deploy the application to another machine but fail to set up … Read more