Making binding redirects work for office add-ins
问题 I'm using Microsoft.Bcl.Async in my Word addin, my addin is compiled as an exe (test_addin.exe) file, that is loaded as an assembly from Microsoft Word, when I start the executable directly, everything's working fine, but when I run it from Word, I'm getting an error saying that it failed to load the Systems.Threading.Tasks assembly. Could not load file or assembly System.Threading.Tasks... It looks like that its related to the binding redirects, when I try to run the application from Word it