Windows 10 Pro
Visual Studio Enterprise 2019 V 16.8.4
I am getting an error when trying to run a unit test. It says System.TypeLoadException: Could not load type 'Parsers.FileOps' from assembly 'Parsers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. Parsers is in the Referenced project Parsers. The initial problem is that it is version 2.4.0.0 not 1.0.0.0. But I can't find the place where the version is set.
I tried to reference the problem here and in other forums. The answers are years old, different versions of VS or just don't answer the issue at all. References to GAC and other things without the information required to find these files.
This had been working fine. I have written 69 tests and they have all run at least once. No I cannot share the project.
Thank you for looking at this. Thank you even more for replying.