I\'ve got a VS2017 project that compiles to a DLL which is then called by an EXE written by someone else. Both projects target .Net Framework 4.6.2. I rewrote one of my DLL
Adding on to Robin's answer for just changing the Web.config. I was able to get away with only commenting out the binding redirect tag.
This got rid of the error for me.