I have an application that connects to SQL Server 2019 and handles merge replication for my main application. The properties in file explorer for the SQL Server 2019 ConnectionInfo.dll and other dll's says the file is version 15.0.0.0 however when I select the file in my references on my project in my application the reference says the version is 15.100.0.0 when I build my application and run the release I get errors saying the system can't find the 15.100.0.0 files. I don't get these errors when running in debug mode. Is anyone else having this issue? I have other applications for SQL Server2005-2017 that don't have this issue because the file properties and the references match. I have deleted the references and re-added them with the same result. What am I missing?