Getting a FileNotFoundException
for a reference to a .NET Framework 4.6.2 library out of a .NET Framework 4.6.2 library that was loaded by a .NET 5 project.
Tried all known solutions:
- FileNotFoundException (DLL not found)
- How to enable assembly bind failure logging (Fusion) in .NET
- https://web.archive.org/web/20131212004447/http://blogs.msdn.com/b/suzcook/archive/2003/05/29/57120.aspx
- FileNotFoundException when loading dll
Interestingly, the Fusion Log does not list any access attempt to the problematic dll file.
Compiled the project via Rebuild
, nothing helped.