How can I determine where to fix this reference without adding a binding to the app.config?
You can try to change the “MSBuild project build output verbosity” to “Detailed” or above to check the detail error log. To do this by Tools -> Options…->Projects and Solutions->Build and Run. Set the MSBuild project build output verbosity level to Detailed or above. Build the project and checkout the error log in the output window. The ResolveAssemblyReferences task, which is the task from which MSB3247 originates, should help you debug this particular issue.

Then go to the project with the older version, removed the reference, then added the correct reference.
Related Posts:
- Nuget connection attempt failed “Unable to load the service index for source”
- How to solve ‘…is a ‘type’, which is not valid in the given context’? (C#)
- What is a “first chance exception”?
- What’s the difference between .NET Core, .NET Framework, and Xamarin?
- What is a singleton in C#?
- ‘Microsoft.ACE.OLEDB.12.0’ provider is not registered on the local machine
- Error : Could not load file or assembly or one of it’s dependencies
- My C# application is returning 0xE0434352 to Windows Task Scheduler but it is not crashing
- What is WCF? and what can it do?
- C# Set collection?
- Difference between Delphi and Delphi.NET
- Where/how can I download (and install) the Microsoft.Jet.OLEDB.4.0 for Windows 8, 64 bit?
- Convert Enum to String
- How do I install a NuGet package .nupkg file locally?
- Windows Application has stopped working :: Event Name CLR20r3
- Why is Dictionary preferred over Hashtable in C#?
- What is the difference between ASP.NET MVC 6 and ASP.NET Core 1.0 and the reason behind the core framework?
- “Error while trying to run project: Unable to start program”. Can run program only once. Then VS needs restart
- Embed a System.String in XAML
- What’s the difference between struct and class in .NET?
- Does anyone still use [goto] in C# and if so why?
- How does the “Using” statement translate from C# to VB?
- Where Is Machine.Config?
- Why does .Net Socket.Disconnect take two minutes?
- ClickOnce runtime DFSVC.EXE
- “An attempt was made to load a program with an incorrect format” even when the platforms are the same
- What is the best way to parse html in C#? [closed]
- Best C# API to create PDF
- How do I create a Shared Code project (.shproj)
- C# cannot convert method to non delegate type
- What is the difference between const and readonly in C#?
- How do I remedy “The breakpoint will not currently be hit. No symbols have been loaded for this document.” warning?
- SQL Connection Error: System.Data.SqlClient.SqlException (0x80131904)
- Cannot send a content-body with this verb-type
- Html.Partial vs Html.RenderPartial & Html.Action vs Html.RenderAction
- Pass Method as Parameter using C#
- Cannot access a disposed object – How to fix?
- HashSet vs. List performance
- Cannot access a disposed object – How to fix?
- ArrayList vs List<> in C#
- How to access Session variables and set them in javascript?
- What’s the @ in front of a string in C#?
- This project references NuGet package(s) that are missing on this computer
- Could not load file or assembly App_Web_ * with a precompiled ASP.NET website project
- How should I cast in VB.NET?
- Calling the base constructor in C#
- Warning: Found conflicts between different versions of the same dependent assembly
- Best way to repeat a character in C#
- Connection string using Windows Authentication
- What is the purpose ApplicationDbContext Class in (under IdentityModels.cs file) ASP.NET MVC 5?
- How to solve “Could not establish trust relationship for the SSL/TLS secure channel with authority”
- How to empty a list in C#?
- What is The difference between ListBox and ListView
- SQLite equivalent to ISNULL(), NVL(), IFNULL() or COALESCE()
- Could not establish secure channel for SSL/TLS with authority ‘*’
- Visual Studio keeps crashing
- Cannot attach the file *.mdf as database
- How to open an Excel file in C#?
- What is a method group in C#?
- How can I download a file with batch file without using any external tools?
- “Are you missing an assembly reference?” compile error – Visual Studio
- How do I save a stream to a file in C#?
- Print Pdf in C#
- Can a Byte[] Array be written to a file in C#?
- Entity Framework vs LINQ to SQL
- How to enable assembly bind failure logging (Fusion) in .NET
- .NET Framework 4.6 or a later update is already installed on this computer
- Retrieving the COM class factory for component with CLSID {XXXX} failed due to the following error: 80040154
- How do I find the PublicKeyToken for a particular dll?
- Could not find any resources appropriate for the specified culture or the neutral culture
- What is the difference between String and string in C#?
- Creating a List of Lists in C#
- A certificate chain could not be built to a trusted root authority
- C# int to byte[]
- INQ: When to use SingleOrDefault vs. FirstOrDefault() with filtering criteria
- .Net 4.8 Support for Windows 10 ends in 26 days?
- What is a NullReferenceException, and how do I fix it?
- What are the differences between Visual Studio Code and Visual Studio?
- How do I get a random YouTube video with the YouTube API?
- An existing connection was forcibly closed by the remote host
- What are the differences between Visual Studio Code and Visual Studio?
- How can I convert String to Int?
- How to download Visual Studio Community Edition 2017 (not 2019)
- What is a NullReferenceException, and how do I fix it?
- How to download Visual Studio Community Edition 2015 (not 2017)
- I am getting Failed to load resource: net::ERR_BLOCKED_BY_CLIENT with Google chrome
- Unresolved external symbol in object files
- IOException: The process cannot access the file ‘file path’ because it is being used by another process
- Unresolved external symbol in object files
- Why the range of int is -32768 to 32767?
- No connection could be made because the target machine actively refused it?
- finding dll for “The specified module could not be found”
- Could not load file or assembly or one of its dependencies
- What does a lock statement do under the hood?
- Remove secure warnings (_CRT_SECURE_NO_WARNINGS) from projects by default in Visual Studio
- Awesomium sdk download
- Could not load file or assembly or one of its dependencies
- ‘cannot find or open the pdb file’ Visual Studio C++ 2013
- What are the differences between Visual Studio Code and Visual Studio?
- How do you auto format code in Visual Studio?