Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article describes the MSB3276 error code.
Message text
MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the 'AutoGenerateBindingRedirects' property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190.
Description
This error occurs when MSBuild finds different conflicting versions of the same dependent assembly.
Resolution
The error output message suggests an appropriate way to resolve the error, if the version mismatch is intentional. The link in the output opens the article, Enable and disable automatic binding redirection.
Applies to
All versions of MSBuild