Running VS 2015. Have a new version of a dll. Have a VB.net solution that uses a DLL provided by a manufacturer. That DLL has been updated. No matter what I do, I can't force VS to see the new reference to the DLL at a new path. Keeps failing the build, saying it can't find the old dll at the old path.
Found this thread: Old DLL file keeps being used
As suggested in that thread, I've tried searching for it in the GAC (not found), updating the version of the new DLL, deleting all references, etc. Tried using the Modules window, but that only works when running or in break mode, and I can't get there. Tried upgrading to VS19, same result.
The ONLY thing that seems to work is to start a new solution, add all my source files, and then point to the new DLL location. But that's not a tenable solution when this happens regularly.
Any more thoughts?