I am getting a "Could not load file or assembly" error every time I build my project, and I can resolve it each time by closing the solution and deleting the .vs folder. After that I don't see any errors.
Closing my project and deleting the .vs folder gets rid of the error until I build again.
Are there any settings in VS I can check that might be causing this?
I have searched through the entire project for anything referencing a version containing 4.2 and haven't been able to find it.
The .csproj file looks like it contains the correct reference to 4.3.0 and so does the packages.config.