MSB3836
This error occurs when you explicitly specify a binding redirect, but a conflicting binding redirect was already automatically generated for that assembly.
Learn more about binding redirects at Redirect assembly versions.
Check for a bindingredirect element in the application configuration file (for example, app.config) to check if your code explicitly specifies a binding redirect.
To disable autogenerated binding redirects, see How to: Enable or disable automatic binding redirection.